首页充值跳转
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user