This commit is contained in:
parent
13e8c0882c
commit
f65141f85b
|
@ -42,7 +42,7 @@
|
|||
<navigator url="/pages/my/hyXy" open-type="navigate" style="color: #019c88;">《会员协议》</navigator>
|
||||
</view>
|
||||
<view class="quanyi_titname">~VIP超值权益~</view>
|
||||
<!--<view class="quanyi_itemview" style="margin-bottom: 60rpx;">
|
||||
<view class="quanyi_itemview" style="margin-bottom: 60rpx;">
|
||||
<view class="quanyi_listitem">
|
||||
<image src="../../static/vip/zuanshi.png"></image>
|
||||
<view class="listitem_name">专享{{rateStr}}折</view>
|
||||
|
@ -51,20 +51,6 @@
|
|||
<image src="../../static/vip/wangguan.png"></image>
|
||||
<view class="listitem_name">身份标识</view>
|
||||
</view>
|
||||
</view>-->
|
||||
<view class="quanyi_itemview" style="margin-bottom: 60rpx;">
|
||||
<view class="quanyi_listitem">
|
||||
<image src="../../static/vip/zuanshi.png"></image>
|
||||
<view class="listitem_name">会员优享价</view>
|
||||
</view>
|
||||
<view class="quanyi_listitem">
|
||||
<image src="../../static/vip/wangguan.png"></image>
|
||||
<view class="listitem_name">专属客服</view>
|
||||
</view>
|
||||
<view class="quanyi_listitem">
|
||||
<image src="../../static/vip/wangguan.png"></image>
|
||||
<view class="listitem_name">极速退款</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue