main
fanfan 7 months ago
parent bcb6dfa5a2
commit 0f2ef4821c
  1. 12
      pages/goods/detail.vue

@ -50,18 +50,18 @@
</view> </view>
</view> </view>
</view> </view>
<view class="pro"> <view class="pro" v-if="userInfo.user_type==10">
<view class="proMem"> <view class="proMem">
<text v-if="userInfo.user_type==20">Plus</text> <text v-if="userInfo.user_type==10">Plus</text>
<text v-if="userInfo.user_type==30">分销</text> <!-- <text v-if="userInfo.user_type==30">分销</text> -->
<view>会员</view> <view>会员</view>
</view> </view>
<view class="proInfo"> <view class="proInfo">
开通<text v-if="userInfo.user_type==20">Plus</text> 开通<text v-if="userInfo.user_type==10">Plus</text>
<text v-if="userInfo.user_type==30">分销</text>会员预计再省<text style="color: #FF1D1D;">30</text> <!-- <text v-if="userInfo.user_type==30">分销</text> -->会员预计再省<text style="color: #FF1D1D;">30</text>
</view> </view>
<view class="proBtn" @click="goMember()"> <view class="proBtn" @click="goMember()">
{{(userInfo.user_type==20 || userInfo.user_type == 30)?'立即续费':'立即开通'}} 立即开通
</view> </view>
</view> </view>
<view class="goodsDetail"> <view class="goodsDetail">

Loading…
Cancel
Save