diff --git a/my/vip/index.vue b/my/vip/index.vue index 60e9902..77ab97b 100644 --- a/my/vip/index.vue +++ b/my/vip/index.vue @@ -42,7 +42,7 @@ 《会员协议》 ~VIP超值权益~ - - - - - 会员优享价 - - - - 专属客服 - - - - 极速退款 - @@ -217,10 +203,10 @@ this.vipData=res.data.isVip; console.log("isVIP------------------->",this.vipData) if(this.vipData=='1'){ - this.vipShow=false; + this.vipShow=true; }else{ this.vipData=[] - this.vipShow=true + this.vipShow=false } this.timeVipEnd = data.slice(0,16); this.getVipList(res.data.vipNameType)