|
|
|
@ -22,7 +22,7 @@ |
|
|
|
<view class="text-sm text-white" style="margin-top: 12rpx" wx:else>登录解锁会员权益</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify" style="font-size:28rpx;position: absolute;bottom: 60rpx;width: 100%;padding: 0rpx 64rpx;"> |
|
|
|
<view class="flex flex-justify" style="font-size:28rpx;position: absolute;bottom: 60rpx;width: 100%;padding: 0rpx 64rpx;" wx:if="{{iconList.length}}"> |
|
|
|
<text style="margin-left:12rpx;font-size:12px;color: #7E5621;" wx:if="{{vipInfo.isVIP==1}}">到期时间:{{vipInfo.memberExpiredAt}}</text> |
|
|
|
<text class="text-white" wx:else>开通会员立享8项特权</text> |
|
|
|
<button class="cu-btn bg-red round shadow-blur vip-btn" bindtap="openVip" wx:if="{{vipInfo.isVIP==1}}">立即续费</button> |
|
|
|
|