Commit 124ded52 authored by 华国豪's avatar 华国豪 🙄

支付成功 关闭去支付页面

parent dc1e5068
...@@ -96,7 +96,7 @@ Page({ ...@@ -96,7 +96,7 @@ Page({
'complete': function(res) { 'complete': function(res) {
if (res.errMsg == "requestPayment:ok") { if (res.errMsg == "requestPayment:ok") {
util.shownone('支付成功'); util.shownone('支付成功');
wx.navigateTo({ wx.redirectTo({
url: '/pages/webview/webview?type=2' url: '/pages/webview/webview?type=2'
}) })
// wx.navigateTo({ // wx.navigateTo({
......
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