Commit 067af865d85c0290ec4e47582fe75167054d78f7
1 parent
f3bfdbf5
跳转到支付成功页面的优化
Showing
1 changed file
with
1 additions
and
1 deletions
packageD/pages/user/deposit/prepaid/prepaid.js
... | ... | @@ -117,7 +117,7 @@ Page({ |
117 | 117 | t_pay.set_fir(); |
118 | 118 | |
119 | 119 | //-- 通联的第三方支付的返回优化 -- |
120 | - ut.is_pay_ok(th.data.ok_order_sn,"/packageD/pages/user/deposit/prepaid/msg/msg","none",function (){ | |
120 | + ut.is_pay_ok(th.data.ok_order_sn,"/packageD/pages/user/deposit/prepaid/msg/msg?is_nd_pw=1","none",function (){ | |
121 | 121 | if(!th.data.ok_order_sn) return false; |
122 | 122 | var ck_url="/api/weshop/recharge/get/"+os.stoid+"/"+th.data.ok_order_sn; |
123 | 123 | getApp().request.promiseGet(ck_url,{}).then(res=>{ | ... | ... |