Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
f21641d3b7
1 changed files with 2 additions and 2 deletions
  1. 4
      pages/ztbvip/index.wxml

4
pages/ztbvip/index.wxml

@ -35,8 +35,8 @@
<view style="display:flex;align-items: center;width: 750rpx;"> <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 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 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 style="padding:24rpx 0rpx;text-align: center">
<view class="text-cut text-bold" style="font-size:36rpx;color:#333333">{{item.days}}{{item.title}}</view>
<view class="text-price text-bold" style="margin-top:16rpx;font-size:50rpx;color:#F5222D">{{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="margin-top:16rpx;font-size:24rpx;color:#999999;text-decoration:line-through">原价:¥{{item.bidPrice}}</view>
<view style="height: 16rpx;"></view> <view style="height: 16rpx;"></view>

Loading…
Cancel
Save