From 4e150e4555964d81909d78507d5bb48a4cfda54e Mon Sep 17 00:00:00 2001 From: "taylor.dang" Date: Tue, 19 Mar 2019 23:09:18 +0800 Subject: [PATCH] update --- src/main/ui/static/templates/payment/v1/payment.js | 8 -------- 1 file changed, 8 deletions(-) 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);