订单去充值跳转修改
This commit is contained in:
@@ -381,8 +381,8 @@
|
||||
},
|
||||
goRecharge() { // 去充值
|
||||
// 判断是否绑定手机,只有下单时候有,会员列表肯定有
|
||||
console.log(uni.cache.get('userInfo').telephone, '调试1')
|
||||
if (uni.cache.get('userInfo').telephone == '') {
|
||||
// console.log(this.amountVIP.isVip, '调试1')
|
||||
if (this.amountVIP.isVip == 0) {
|
||||
// 跳转到开通页面
|
||||
uni.navigateTo({
|
||||
url: '/pages/member/activatedmemberone?shopId=' + uni.cache.get('shopUser')
|
||||
|
||||
Reference in New Issue
Block a user