修复code二维码长按识别调整开通vip后返回页面

This commit is contained in:
唐明明
2021-09-29 17:53:14 +08:00
parent c0ef649ff5
commit e76c84789b
4 changed files with 26 additions and 12 deletions

View File

@@ -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({