Compare commits
	
		
			2 Commits
		
	
	
		
			dcfcaab6b7
			...
			f63b32ff23
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								 | 
						f63b32ff23 | |
| 
							
							
								 | 
						b95209de91 | 
| 
						 | 
				
			
			@ -103,7 +103,6 @@ export default {
 | 
			
		|||
  },
 | 
			
		||||
  created() {
 | 
			
		||||
    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)
 | 
			
		||||
    this.getAreaListById(HALF_PRICE_AREA.id, this.halfPriceList)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -49,7 +49,7 @@
 | 
			
		|||
          ref="child2"
 | 
			
		||||
          @childMethodTrigger="callChildMethod"
 | 
			
		||||
        ></znNewsPopup>
 | 
			
		||||
        <!-- <RegionSelect v-if="userInfo.memberCode != 'BF66886688'" /> -->
 | 
			
		||||
        <!-- <RegionSelect v-if="userInfo.memberCode != 'ZK66886688'" /> -->
 | 
			
		||||
        <!-- 直推排行弹窗
 | 
			
		||||
        <directrank-popup
 | 
			
		||||
          @callznMethodTrigger="callznMethod"
 | 
			
		||||
| 
						 | 
				
			
			@ -140,11 +140,11 @@ export default {
 | 
			
		|||
      uni.getStorageSync('showInfo') == 0
 | 
			
		||||
    ) {
 | 
			
		||||
    }
 | 
			
		||||
    this.getAreaGoods(
 | 
			
		||||
      this.userInfo.memberSign == MEMBER_SIGN.ZERO_LEVEL
 | 
			
		||||
        ? REPURCHASE_AREA.id
 | 
			
		||||
        : REGIEST_AREA.id
 | 
			
		||||
    )
 | 
			
		||||
    // this.getAreaGoods(
 | 
			
		||||
    //   this.userInfo.memberSign == MEMBER_SIGN.ZERO_LEVEL
 | 
			
		||||
    //     ? REPURCHASE_AREA.id
 | 
			
		||||
    //     : REGIEST_AREA.id
 | 
			
		||||
    // )
 | 
			
		||||
  },
 | 
			
		||||
  // onPullDownRefresh() {
 | 
			
		||||
  //   let that = this
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -148,7 +148,7 @@ export default {
 | 
			
		|||
  },
 | 
			
		||||
  methods: {
 | 
			
		||||
    ifCodeName() {
 | 
			
		||||
      if (this.userInfo.memberCode == 'BF66886688') {
 | 
			
		||||
      if (this.userInfo.memberCode == 'ZK66886688') {
 | 
			
		||||
        this.ifshowBtn = true
 | 
			
		||||
      } else {
 | 
			
		||||
        this.ifshowBtn = false
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -402,7 +402,7 @@ export default {
 | 
			
		|||
          if (res.code == 200) {
 | 
			
		||||
            this.userInfo = res.data
 | 
			
		||||
 | 
			
		||||
            if (this.userInfo.memberCode != 'BF66886688') {
 | 
			
		||||
            if (this.userInfo.memberCode != 'ZK66886688') {
 | 
			
		||||
              this.otherMenuList = this.otherMenuList.map(item => {
 | 
			
		||||
                item.ifshow = true
 | 
			
		||||
                return item
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -40,7 +40,7 @@
 | 
			
		|||
          <u-collapse-item
 | 
			
		||||
            name="1"
 | 
			
		||||
            v-if="
 | 
			
		||||
              !isRecharge && !isShare && userInfo.memberCode != 'BF66886688'
 | 
			
		||||
              !isRecharge && !isShare && userInfo.memberCode != 'ZK66886688'
 | 
			
		||||
            "
 | 
			
		||||
          >
 | 
			
		||||
            <view slot="title" class="pf">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -21,7 +21,7 @@
 | 
			
		|||
          accordion
 | 
			
		||||
          :border="false"
 | 
			
		||||
        >
 | 
			
		||||
          <u-collapse-item name="1" v-if="userInfo.memberCode != 'BF66886688'">
 | 
			
		||||
          <u-collapse-item name="1" v-if="userInfo.memberCode != 'ZK66886688'">
 | 
			
		||||
            <view slot="title" class="pf">
 | 
			
		||||
              <img src="@/static/images/yhkzf.jpg" alt="" />
 | 
			
		||||
              <view>{{ '钱包支付' }}</view>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue