纸通宝SAAS仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

64 lines
3.1 KiB

<!--xtends//vip/index.wxml-->
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">授权续费</view>
</cu-custom>
<view style="padding:18rpx 24rpx;background-color:white">
<view class="header-box">
<view class="flex flex-justify">
<van-image width="120rpx" height="120rpx" round src="/assets/image/ygImg.png"></van-image>
<view class="flex flex-column flex-center" style="flex:1;margin-left:18rpx;align-items:flex-start">
<view class="flex flex-center">
<text class="text-bold text-lg van-ellipsis" style="max-width: 240rpx;margin-right:12rpx">{{factoryName || ''}}</text>
<van-tag round type="warning" wx:if="{{isExpiration}}">已到期</van-tag>
</view>
<view class="flex flex-center" style="font-size:28rpx;">
<text style="font-size:12px;color: #6f6f6f;">到期时间:{{expirationTime || '- -'}}</text>
</view>
</view>
<view class="cu-btn vip-btn" bindtap="vipForm">立即续费</view>
</view>
<view style="padding:32rpx 0rpx">
<view class="van-hairline--top"></view>
</view>
<view class="flex flex-justify">
<text style="font-size:30rpx;color:#692F03">会员权益</text>
<view class="flex">
<view class="flex flex-column flex-center">
<van-image width="60rpx" height="60rpx" round src="/assets/home/ico_vip1.png" />
<text style="font-size:20rpx;color:#9C6D24">买卖保障</text>
</view>
<view class="flex flex-column flex-center" style="margin-left:32rpx">
<van-image width="60rpx" height="60rpx" round src="/assets/home/ico_vip2.png" />
<text style="font-size:20rpx;color:#9C6D24">竞价特权</text>
</view>
<view class="flex flex-column flex-center" style="margin-left:32rpx">
<van-image width="60rpx" height="60rpx" round src="/assets/home/ico_vip3.png" />
<text style="font-size:20rpx;color:#9C6D24">咨询特权</text>
</view>
</view>
</view>
</view>
</view>
<view style="padding:8rpx 12rpx 18rpx 12rpx;background-color:white" wx:if="{{memberList.length}}">
<view style="font-size:32rpx;color:#333333;padding-left:12rpx;margin-bottom: 24rpx">选择购买的会员产品</view>
<view class="cu-list grid col-3 no-border" style="padding: 0rpx">
<view class="cu-item" wx:for="{{memberList}}" wx:key="index" data-index="{{index}}" bindtap="onGridTap">
<view class="openVip">
<view class="cu-tags" wx:if="{{item.sellStrategy == 'twoForOneAtFirstTime'}}">首月买一赠一</view>
<view class="{{item.id == divIndexId? 'openVip22':'openVip21'}}">
<view style="padding:32rpx 0rpx 48rpx 0rpx">
<text class="text-cut" style="font-size:36rpx;color:#333333">{{item.durationTime}}天</text>
<text class="text-price" style="margin-top:18rpx;font-size:40rpx;color:#d0a45c">{{item.discountPrice}}</text>
<text style="margin-top:18rpx;font-size:24rpx;color:#999999;text-decoration:line-through">原价:¥{{item.standardPrice}}</text>
</view>
</view>
</view>
</view>
</view>
</view>
<submit-layout>
<van-button type="info" round color="#d0a45c" custom-style="height:88rpx;width:686rpx" bind:click="vipForm">确认购买</van-button>
</submit-layout>
<notification id="qn-notification"/>