Commit 9841d8d0 by 高淑倩

add: 支付成功跳转页面

parent a3e35e03
...@@ -212,11 +212,13 @@ wxService.page({ ...@@ -212,11 +212,13 @@ wxService.page({
wx.requestPayment(Object.assign({ wx.requestPayment(Object.assign({
success(res) { success(res) {
wx.hideLoading() wx.hideLoading()
wx.showToast({ // wx.showToast({
title: '支付成功', // title: '支付成功',
icon: 'none', // icon: 'none',
mask: true // mask: true
}) // })
// 支付成功页面
wxService.router('/subPackage/page/pages/paymentStatus/paymentStatus')
}, },
fail(res) { fail(res) {
wx.hideLoading() wx.hideLoading()
......
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