|
|
|
@ -15,7 +15,7 @@ |
|
|
|
|
{{userInfo.mobile}} |
|
|
|
|
</view> |
|
|
|
|
<view class="image-text_1" @click="goLogin()"> |
|
|
|
|
{{retail==0?'您暂未开通商城哦~':'您已经开通商城啦~'}} |
|
|
|
|
{{retailShow==0?'您暂未开通商城哦~':'您已经开通商城啦~'}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<image :src="$picUrl+'/static/user/gmallZuan.png'" class="image_1"></image> |
|
|
|
@ -262,7 +262,7 @@ |
|
|
|
|
], |
|
|
|
|
equityList: [], |
|
|
|
|
userInfo: '', |
|
|
|
|
retail: null, |
|
|
|
|
retailShow: null, |
|
|
|
|
show: false, |
|
|
|
|
content_description: '', |
|
|
|
|
feature_name: '', |
|
|
|
@ -273,8 +273,7 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onLoad() { |
|
|
|
|
|
|
|
|
|
this.retail = uni.getStorageSync('userInfo').retail |
|
|
|
|
this.retailShow = uni.getStorageSync('userInfo').retail |
|
|
|
|
this.getRetailList() |
|
|
|
|
this.getDescribe() |
|
|
|
|
uni.$on('appShow', this.solveShowMsg); |
|
|
|
|