This commit is contained in:
魏啾
2024-07-20 13:25:51 +08:00

View File

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