This commit is contained in:
魏啾 2024-07-20 13:25:51 +08:00
commit e63122b160
1 changed files with 13 additions and 5 deletions

View File

@ -74,9 +74,16 @@
},
memberindex(i) {
if (i == 0) {
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'),
})
}
} else {
let data = {
shopName: this.usershopUserinfo.shopName,
@ -195,6 +202,7 @@
.contentboxitemright_itembox {
width: 170rpx;
text:nth-child(1) {
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;