Commit d9391553 by 李嘉林

跳转原生支付成功页

parent 966fda91
...@@ -172,9 +172,7 @@ export default { ...@@ -172,9 +172,7 @@ export default {
} }
wx.redirectTo({ wx.redirectTo({
url: `../index/main?from=wxPay&backpath=/pay/paySuccess&params=${JSON.stringify( url: `/pages/paySuccess/main?orderSn=${_this.options.orderSn}`,
query
)}`,
}); });
} else { } else {
let query = { let query = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment