|
|
|
@ -30,17 +30,17 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="text-bold bg-white" style="font-size:32rpx;color:#333333;padding:12rpx 12rpx 24rpx 32rpx;">选择购买的会员产品</view> |
|
|
|
<view class="text-bold bg-white" style="font-size:32rpx;color:#333333;padding:12rpx 12rpx 8rpx 32rpx;">选择购买的会员产品</view> |
|
|
|
<scroll-view class="bg-white" scroll-x="{{true}}" style="width: 750rpx;height: 320rpx;"> |
|
|
|
<view style="display:flex;align-items: center;width: 750rpx;"> |
|
|
|
<view style="min-width: 208rpx;margin-left: 32rpx;height: 280rpx;" wx:for="{{iconList}}" wx:key="index" data-index="{{index}}" bindtap="onGridTap"> |
|
|
|
<view class="{{item.id == divIndex? 'openVip22':'openVip21'}}" style="position: relative;margin-top: 24rpx;"> |
|
|
|
<view style="padding:32rpx 0rpx 48rpx 0rpx;text-align: center"> |
|
|
|
<view class="text-cut" style="font-size:36rpx;color:#333333">{{item.days}}{{item.title}}</view> |
|
|
|
<view class="text-price" style="margin-top:16rpx;font-size:40rpx;color:#d0a45c">{{item.realPrice}}</view> |
|
|
|
<view class="text-price text-bold" style="margin-top:16rpx;font-size:50rpx;color:#F5222D">{{item.realPrice}}</view> |
|
|
|
<view style="margin-top:16rpx;font-size:24rpx;color:#999999;text-decoration:line-through">原价:¥{{item.bidPrice}}</view> |
|
|
|
<view style="height: 16rpx;"></view> |
|
|
|
<text style="background: #F2F1F4;border-radius: 8rpx;padding: 4rpx 8rpx;font-size: 20rpx;">{{item.description}}</text> |
|
|
|
<text style="background: #F2F1F4;border-radius: 8rpx;padding: 8rpx 16rpx;font-size: 20rpx;color: #888888;">{{item.description}}</text> |
|
|
|
</view> |
|
|
|
<image class="cu-checked" src="/assets/vip/vip-checked.png" wx:if="{{item.id == divIndex}}"></image> |
|
|
|
<view class="cu-tags" wx:if="{{item.sellStrategy === 'twoForOneAtFirstTime'}}">首月买一赠一</view> |
|
|
|
|