This commit is contained in:
唐明明
2021-09-30 12:17:04 +08:00
parent ac4d252a06
commit 3b1edf89fa
21 changed files with 2142 additions and 1108 deletions

View File

@@ -231,7 +231,7 @@ export default {
},
// 微信支付
wechatPay(id, wx) {
wechatPay(id, wx) {
vipWechatPay(id, {
openid: this.$store.getters.getCode
}).then(payConfig => {
@@ -253,7 +253,12 @@ export default {
})
}
});
});
}).catch(err => {
uni.showToast({
title: err.message,
icon : 'none'
})
})
},
// 勾选协议