Commit d9391553 by 李嘉林

跳转原生支付成功页

parent 966fda91
......@@ -172,9 +172,7 @@ export default {
}
wx.redirectTo({
url: `../index/main?from=wxPay&backpath=/pay/paySuccess&params=${JSON.stringify(
query
)}`,
url: `/pages/paySuccess/main?orderSn=${_this.options.orderSn}`,
});
} else {
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