登录和个人中心修改手机号,重置页面绑定手机号

This commit is contained in:
duan
2024-07-17 14:57:48 +08:00
parent a011e72584
commit 2ea874c692
6 changed files with 191 additions and 528 deletions

View File

@@ -42,6 +42,14 @@
this.paygetShopByMember(e.shopId)
}
this.paygetActive(e.shopId) //列表
// 判断是否绑定手机,只有下单时候有,会员列表肯定有
console.log(uni.cache.get('userInfo').telephone, '调试1')
if (!uni.cache.get('userInfo').telephone) {
// 跳转到开通页面
uni.navigateTo({
url: '/pages/member/activatedmemberone?shopId=' + e.shopId
})
}
},
methods: {
async paygetShopByMember(w) {