|
@@ -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));*/
|
|
|
|
|
|
/**
|
|
|
* 刷卡/扫码,正常收费的的接口
|