From 43df36c2d33d83b0ced397250bd6b22c6510908c Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Fri, 28 Aug 2020 15:49:48 +0800 Subject: [PATCH] 支付 去掉已支付金额 --- js/pay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/pay.js b/js/pay.js index 65eda7b..edb15db 100644 --- a/js/pay.js +++ b/js/pay.js @@ -596,7 +596,7 @@ var webAppClass = { // alert(JSON.stringify(res.data)) // document.write(res.data);//打开支付表单 - // window.location.href = res.data.h5PayRequest + window.location.href = res.data.h5PayRequest } else {//其他情况如【该卡号场内已存在】 console.log(res.message); alertMsg(res.message); -- libgit2 0.21.4