This commit is contained in:
duan 2024-07-20 13:34:31 +08:00
parent e63122b160
commit a71399f675
1 changed files with 10 additions and 3 deletions

View File

@ -67,9 +67,16 @@
}
})
} else {
uni.pro.navigateTo('member/memberdetails', {
shopId_id: uni.cache.get('shopUser'),
})
if (this.usershopUserinfo.isVip == 0) {
//
uni.navigateTo({
url: '/pages/member/activatedmemberone?shopId=' + uni.cache.get('shopUser')
})
} else {
uni.pro.navigateTo('member/memberdetails', {
shopId_id: uni.cache.get('shopUser'),
})
}
}
},
memberindex(i) {