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