From f65141f85b72e2cb8d85df20fdb5778f21eda8e3 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Wed, 7 Aug 2024 09:34:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/vip/index.vue | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) 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)