feat(special-area-wrapper): 专区展示问题处理
This commit is contained in:
parent
0ee7347883
commit
e16f26afbd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue