diff --git a/src/main/ui/static/templates/payment/v1/payment.js b/src/main/ui/static/templates/payment/v1/payment.js index a078c0add..829de19d1 100644 --- a/src/main/ui/static/templates/payment/v1/payment.js +++ b/src/main/ui/static/templates/payment/v1/payment.js @@ -357,14 +357,6 @@ $(function () { buildDialog(config.template); } - function inputRemark() { - var config = { - template: "请先输入备注" - } - buildDialog(config); - - } - function buildDialog(template) { var defaultConfig = {backdrop: true}; config = $.extend({}, defaultConfig, config);