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.
1 line
3.0 KiB
1 line
3.0 KiB
5 years ago
|
<view class="member-center _div"><view class="header _div"><view class="slider-banner banner _div"><swiper indicatorDots="true" data-event-opts="{{[['change',[['swiperChange',['$event']]]]]}}" bindchange="__e"><block wx:for="{{vipList}}" wx:for-item="item" wx:for-index="vipListIndex" wx:key="vipListIndex"><block><swiper-item><view class="swiper-slide _div" style="{{'background-image:'+('url('+item.image+')')+';'}}"><view class="name _div">{{item.name}}</view><view class="discount _div">{{'可享受商品折扣: '+item.discount/10+'折'}}<label class="iconfont icon-zhekou _span"></label></view><block wx:if="{{item.grade==grade}}"><view class="nav acea-row _div"><block wx:for="{{vipComplete}}" wx:for-item="val" wx:for-index="indexn" wx:key="indexn"><view class="item _div"><view class="num _div">{{val.newNumber}}</view><view class="_div">{{val.realName}}</view></view></block></view></block><block wx:if="{{item.grade>grade}}"><view class="lock _div"><label class="iconfont icon-quanxianguanlisuozi _span"></label>该会员等级尚未解锁</view></block><block wx:if="{{item.grade<grade}}"><view class="lock _div"><label class="iconfont icon-xuanzhong1 _span"></label>已解锁更高等级</view></block></view></swiper-item></block></block></swiper></view></view><view class="wrapper _div"><view class="title acea-row row-between-wrapper _div"><view class="_div"><label class="iconfont icon-jingyanzhi _span"></label>会员升级要求</view><view class="num _div"><label class="current _span">{{taskCount}}</label>{{'/'+vipRequire.length+''}}</view></view><view class="list _div"><block wx:for="{{vipComplete}}" wx:for-item="item" wx:for-index="vipCompleteIndex" wx:key="vipCompleteIndex"><view class="item _div"><view class="top acea-row row-between-wrapper _div"><view class="name _div">{{''+item.name+''}}<block wx:if="{{item.illustrate}}"><label data-event-opts="{{[['tap',[['showGrow',['$0'],[[['vipComplete','',vipCompleteIndex]]]]]]]}}" class="iconfont icon-wenti _span" bindtap="__e"></label></block></view><view class="_div">{{item.finish?"已满足条件":"未满足条件"}}</view></view><view class="cu-progress _div"><view class="bg-red _div" style="{{'width:'+(item.speed+'%')+';'}}"></view></view><view class="experience acea-row row-between-wrapper _div"><view class="_div">{{item.taskTypeTitle}}</view><view class="_div"><label class="num _span">{{item.newNumber}}</label>{{'/'+item.number+''}}</view></view></view></block></view></view><recommend vue-id="381b2dc8-1" bind:__l="__l"></recommend><view class="{{['growthValue _div',growthValue===false?'on':'']}}"><view class="pictrue _div"><image src="{{$VUE_APP_RESOURCES_URL+'/images/value.jpg'}}" class="_img"></image><label data-event-opts="{{[['tap',[['growthTap',['$event']]]]]}}" class="iconfont icon-guanbi3 _span" bindtap="__e"></label></view><view class="conter _div">{{illustrate}}</view></view><view class="mask _div" hidden="{{growthValue}}" data-event-opts="{{[['tap',[['growthTap',['$event']]]]]}}" bindtap="__e"></view></view>
|