修复code二维码长按识别调整开通vip后返回页面
This commit is contained in:
@@ -236,12 +236,15 @@ export default {
|
||||
openid: this.$store.getters.getCode
|
||||
}).then(payConfig => {
|
||||
wx.chooseWXPay({...payConfig,
|
||||
success: ()=> {
|
||||
uni.showToast({
|
||||
title: '支付成功',
|
||||
icon: "success"
|
||||
})
|
||||
this.idenInfo();
|
||||
success() {
|
||||
uni.showModal({
|
||||
title : '提示',
|
||||
content : '支付成功,恭喜您成功开通',
|
||||
cancelColor: '#8b64fd',
|
||||
success() {
|
||||
this.$Router.back()
|
||||
}
|
||||
})
|
||||
},
|
||||
fail(err) {
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user