feat(special-area-wrapper): 专区展示问题处理

This commit is contained in:
woody 2025-07-05 10:05:18 +08:00
parent 0ee7347883
commit e16f26afbd
1 changed files with 1 additions and 1 deletions

View File

@ -105,10 +105,10 @@ export default {
created() { created() {
const userInfo = uni.getStorageSync('userInfo') || this.userInfo const userInfo = uni.getStorageSync('userInfo') || this.userInfo
if (userInfo.memberSign == MEMBER_SIGN.ZERO_LEVEL) { if (userInfo.memberSign == MEMBER_SIGN.ZERO_LEVEL) {
this.getAreaListById(UPGRADE_AREA.id, this.upgradeList)
this.upgrade.name = '会员专区' this.upgrade.name = '会员专区'
return return
} }
this.getAreaListById(UPGRADE_AREA.id, this.upgradeList)
this.getAreaListById(REISSUE_AREA.id, this.rescissionList) this.getAreaListById(REISSUE_AREA.id, this.rescissionList)
this.getAreaListById(REGIEST_AREA.id, this.registList) this.getAreaListById(REGIEST_AREA.id, this.registList)
this.getAreaListById(REPURCHASE_AREA.id, this.repurchaseList) this.getAreaListById(REPURCHASE_AREA.id, this.repurchaseList)