Explorar el Código

付款码支付

yeguodong hace 3 semanas
padre
commit
17ed10142a

+ 2 - 2
src/main/resources/static/js/mz/toll_administration.js

@@ -3808,7 +3808,7 @@ function codePay() {
     });
 }
 
-function debounce(func, delay = 500) {
+/*function debounce(func, delay = 500) {
     let timer = null;
     return function(...args) {
         clearTimeout(timer);
@@ -3818,7 +3818,7 @@ function debounce(func, delay = 500) {
     };
 }
 
-$('#paymentCode').on('input', debounce(codePay, 500));
+$('#paymentCode').on('input', debounce(codePay, 500));*/
 
 /**
  * 刷卡/扫码,正常收费的的接口

+ 1 - 1
src/main/resources/templates/mz/toll_administration.html

@@ -267,7 +267,7 @@
                 <!--</div>-->
                 <!--<input type="hidden" id="benYuanJiZhangTimes"/>-->
 <!--                <button type="button" class="btn btn-primary" id="consume">刷卡/扫码</button>-->
-                <button type="button" class="btn btn-primary" id="codePay" onclick="codePay()">付款码付款</button>
+<!--                <button type="button" class="btn btn-primary" id="codePay" onclick="codePay()">付款码付款</button>-->
                 <button type="button" class="btn btn-primary" onclick="saveConfirmFee()" id="saveConfirmFee">确定</button>
                <!-- <button type="button" class="btn btn-default" data-dismiss="modal" onclick="cancelFee()">取消</button>-->
                 <button type="button" class="btn btn-default" data-dismiss="modal">取消</button>