Commit 4111ec6c by shijiuyan

1

parent bfcf17e4
......@@ -115,7 +115,7 @@ Page({
paySign: result.paySign,
success(res) {
Toast.success('支付成功');
wx.redirectTo({
wx.switchTab({
url: '/pages/index/index',
})
},
......@@ -131,8 +131,7 @@ Page({
})
},
cancel(){
console.log(1111)
wx.redirectTo({
wx.switchTab({
url: '/pages/index/index',
})
}
......
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