diff --git a/components/area-product-list/special-area-wrapper.vue b/components/area-product-list/special-area-wrapper.vue index 286f446..8a490ef 100644 --- a/components/area-product-list/special-area-wrapper.vue +++ b/components/area-product-list/special-area-wrapper.vue @@ -104,9 +104,10 @@ export default { }, created() { const userInfo = uni.getStorageSync('userInfo') || this.userInfo + console.log(userInfo.memberSign, '...userInfo') + console.log(MEMBER_SIGN.ZERO_LEVEL, '...MEMBER_SIGN') if (userInfo.memberSign == MEMBER_SIGN.ZERO_LEVEL) { this.upgrade.name = '会员专区' - return } this.getAreaListById(UPGRADE_AREA.id, this.upgradeList) this.getAreaListById(REISSUE_AREA.id, this.rescissionList)