Commit 43df36c2d33d83b0ced397250bd6b22c6510908c

Authored by liuqimichale
1 parent 06c1136d

支付 去掉已支付金额

Showing 1 changed file with 1 additions and 1 deletions
js/pay.js
... ... @@ -596,7 +596,7 @@ var webAppClass = {
596 596 // alert(JSON.stringify(res.data))
597 597  
598 598 // document.write(res.data);//打开支付表单
599   - // window.location.href = res.data.h5PayRequest
  599 + window.location.href = res.data.h5PayRequest
600 600 } else {//其他情况如【该卡号场内已存在】
601 601 console.log(res.message);
602 602 alertMsg(res.message);
... ...