|
|
|
@ -5,7 +5,7 @@ |
|
|
|
|
|
|
|
<view class="bg-white" style="position: relative;height: 420rpx;"> |
|
|
|
<image style="width: 750rpx;height: 360rpx;" src="/assets/vip/vip-top-bg.png"></image> |
|
|
|
<image style="position: absolute;top: 32rpx;left: 32rpx;width: 686rpx;height: 386rpx;" src="/assets/vip/vip-nibg.png?" wx:if="{{vipInfo.isVIP==1}}"></image> |
|
|
|
<image style="position: absolute;top: 32rpx;left: 32rpx;width: 686rpx;height: 386rpx;" src="/assets/vip/vip-nibg.png" wx:if="{{vipInfo.isVIP==1}}"></image> |
|
|
|
<image style="position: absolute;top: 32rpx;left: 32rpx;width: 686rpx;height: 386rpx;" src="/assets/vip/vip-unbg.png" wx:else></image> |
|
|
|
<view class="header-box"> |
|
|
|
<wux-image width="{{60}}" height="{{60}}" wux-class="image" shape="circle" src="{{avatarUrl}}" /> |
|
|
|
@ -31,9 +31,9 @@ |
|
|
|
</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;"> |
|
|
|
<scroll-view class="bg-white" scroll-x="{{true}}" style="width: 750rpx;height: 340rpx;"> |
|
|
|
<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: 300rpx;" 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:24rpx 0rpx;text-align: center"> |
|
|
|
<view class="text-cut text-bold" style="font-size:36rpx;color:#333333">{{item.days}}{{item.title}}</view> |
|
|
|
|