coupon-find-list.wxml 2.3 KB

1
  1. <view class="coupon-find-list data-v-28b29780"><block wx:if="{{isRequest}}"><tui-skeleton vue-id="ed9f5674-1" loadingType="2" class="data-v-28b29780" bind:__l="__l"></tui-skeleton></block><block wx:else><block wx:if="{{couponList.length>0}}"><view class="top-tip data-v-28b29780"><view class="tip-text data-v-28b29780">如何领取更多优惠券?</view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="tip-btn data-v-28b29780" bindtap="__e">去了解</view></view></block><view class="coupon-list data-v-28b29780"><block wx:for="{{couponList}}" wx:for-item="coupon" wx:for-index="index" wx:key="index"><cm-coupon vue-id="{{'ed9f5674-2-'+index}}" couponData="{{coupon}}" data-event-opts="{{[['^btnClick',[['couponClick']]]]}}" bind:btnClick="__e" class="data-v-28b29780" bind:__l="__l"></cm-coupon></block></view><block wx:if="{{couponList.length>=6}}"><tui-loadmore vue-id="ed9f5674-3" index="{{3}}" visible="{{loadmore}}" class="data-v-28b29780" bind:__l="__l"></tui-loadmore><tui-nomore vue-id="ed9f5674-4" text="{{loadingText}}" visible="{{!loadmore}}" backgroundColor="#f7f7f7" class="data-v-28b29780" bind:__l="__l"></tui-nomore></block><block wx:if="{{couponList.length<=0}}"><cm-empty vue-id="ed9f5674-5" message="暂无任何优惠券~" image="{{baseUrl+'icon-coupon-empty.png'}}" offset="{{100}}" class="data-v-28b29780" bind:__l="__l"></cm-empty></block><scroll-top vue-id="ed9f5674-6" isScrollTop="{{isScrollTop}}" bottom="{{160}}" class="data-v-28b29780" bind:__l="__l"></scroll-top></block><message-popup class="message-popup data-v-28b29780" vue-id="ed9f5674-7" visible="{{popupVisible}}" data-event-opts="{{[['^close',[['closePopup']]]]}}" bind:close="__e" bind:__l="__l" vue-slots="{{['title','content']}}"><view class="title data-v-28b29780" slot="title">如何获取更多优惠券?</view><view class="content data-v-28b29780" slot="content"><view class="row data-v-28b29780"><view class="dt data-v-28b29780">好友分享券</view><view class="dd data-v-28b29780">登录用户可通过分享商城给好友,当好友注册登录成功后,您可以领取一张好友分享券。</view></view><view class="row data-v-28b29780"><view class="dt data-v-28b29780">好友消费券</view><view class="dd data-v-28b29780">邀请成功的好友每消费一笔订单,您将可以领取一张好友消费券。</view></view></view></message-popup></view>