coupon-list.wxml 2.2 KB

1
  1. <view class="coupon-find-list data-v-73866000"><block wx:if="{{isRequest}}"><tui-skeleton vue-id="015db106-1" loadingType="2" class="data-v-73866000" bind:__l="__l"></tui-skeleton></block><block wx:else><tui-tabs vue-id="015db106-2" tabs="{{tabs}}" currentTab="{{currentTab}}" sliderWidth="{{118}}" color="#333333" selectedColor="#FF457B" sliderBgColor="#FF457B" data-event-opts="{{[['^change',[['tabChange']]]]}}" bind:change="__e" class="data-v-73866000" bind:__l="__l"></tui-tabs><swiper class="swiper data-v-73866000" style="{{'height:'+(swiperHeight+'px')+';'}}" indicator-dots="{{false}}" autoplay="{{false}}" current="{{currentTab}}" data-event-opts="{{[['change',[['swiperChange',['$event']]]]]}}" bindchange="__e"><block wx:for="{{couponData}}" wx:for-item="item" wx:for-index="type" wx:key="type"><swiper-item class="coupon-list data-v-73866000"><block wx:if="{{item.couponList.length<=0}}"><cm-empty vue-id="{{'015db106-3-'+type}}" message="暂无任何优惠券~" image="{{baseUrl+'icon-coupon-empty.png'}}" offset="{{-12}}" class="data-v-73866000" bind:__l="__l"></cm-empty></block><block wx:else><scroll-view class="coupon-scorll data-v-73866000" scroll-y="{{item.couponList.length>=5}}" data-event-opts="{{[['scrolltolower',[['scorllBottom',['$event']]]]]}}" bindscrolltolower="__e"><block wx:for="{{item.couponList}}" wx:for-item="coupon" wx:for-index="index" wx:key="index"><cm-coupon vue-id="{{'015db106-4-'+type+'-'+index}}" couponData="{{coupon}}" showStatus="{{item.showStatus}}" data-event-opts="{{[['^btnClick',[['couponClick']]]]}}" bind:btnClick="__e" class="data-v-73866000" bind:__l="__l"></cm-coupon></block><block wx:if="{{item.couponList.length>=6}}"><tui-loadmore vue-id="{{'015db106-5-'+type}}" index="{{3}}" visible="{{loadmore}}" class="data-v-73866000" bind:__l="__l"></tui-loadmore><tui-nomore vue-id="{{'015db106-6-'+type}}" text="{{loadingText}}" visible="{{!loadmore}}" backgroundColor="#f7f7f7" class="data-v-73866000" bind:__l="__l"></tui-nomore></block></scroll-view></block></swiper-item></block></swiper><view class="footer data-v-73866000"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="btn data-v-73866000" bindtap="__e">领券中心</view></view></block></view>