diff --git a/src/main/ui/static/templates/rpay/v1/payment.js b/src/main/ui/static/templates/rpay/v1/payment.js index 2162eae11..a63f252b7 100644 --- a/src/main/ui/static/templates/rpay/v1/payment.js +++ b/src/main/ui/static/templates/rpay/v1/payment.js @@ -215,18 +215,18 @@ $(function () { showWeuiDialog(config); }); -/* $('#key_P').click(function () { + $('#key_P').click(function () { if (window.requireRemark) { if (!dataCache.remark) { var config = { - title: '请先输入备注', + title: 'Please enter the remarks first', template: '' }; showWeuiDialog(config); } } - });*/ + }); $('#key_P').bind('touchstart', function () { if (window.requireRemark) {