|
|
@ -26,7 +26,7 @@ |
|
|
<view class="bg-white" style="border-radius: 20rpx;padding-bottom: 12rpx"> |
|
|
<view class="bg-white" style="border-radius: 20rpx;padding-bottom: 12rpx"> |
|
|
<view class="flex flex-justify cell-vip" bindtap="toVip"> |
|
|
<view class="flex flex-justify cell-vip" bindtap="toVip"> |
|
|
<view class="text-sg text-bold {{userInfo.isExpiration ? 'text-red' : 'text-black'}}">授权截止日期:{{userInfo.expirationTime}}</view> |
|
|
<view class="text-sg text-bold {{userInfo.isExpiration ? 'text-red' : 'text-black'}}">授权截止日期:{{userInfo.expirationTime}}</view> |
|
|
<view class="flex flex-center" wx:if="{{userInfo.isExpiration}}"> |
|
|
|
|
|
|
|
|
<view class="flex flex-center"> |
|
|
<text class="text-sg text-orange" style="white-space: nowrap">去续费</text> |
|
|
<text class="text-sg text-orange" style="white-space: nowrap">去续费</text> |
|
|
<van-icon slot="right-icon" custom-style="padding-top:4rpx" name="arrow" size="16px"/> |
|
|
<van-icon slot="right-icon" custom-style="padding-top:4rpx" name="arrow" size="16px"/> |
|
|
</view> |
|
|
</view> |
|
|
|