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