1 |
- <view class="app-exclusive-coupon data-v-c53c7f98" style="{{'background-color:'+(''+(noneColor?'':background))+';'}}"><block wx:if="{{showTop}}"><view class="app-top dir-left-nowrap main-between data-v-c53c7f98"><view class="app-left dir-left-nowrap main-between cross-center data-v-c53c7f98"><icon class="app-icon data-v-c53c7f98"></icon><text class="app-title data-v-c53c7f98">专享优惠券</text></view><view class="app-right dir-left-nowrap main-between cross-center data-v-c53c7f98"><app-jump-button vue-id="a39991e8-1" form="{{true}}" url="/pages/coupon/list/list" open_type="navigate" class="data-v-c53c7f98" bind:__l="__l" vue-slots="{{['default']}}"><text class="app-text data-v-c53c7f98">更多</text><icon class="app-icon data-v-c53c7f98"></icon></app-jump-button></view></view></block><view class="app-bottom data-v-c53c7f98"><scroll-view class="app-scroll dir-left-nowrap data-v-c53c7f98" scroll-x="{{true}}"><block wx:for="{{coupon_list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="app-item data-v-c53c7f98" style="{{'background-image:'+('url('+(item.is_receive==='0'?unclaimedBg:item.is_receive==='1'?receiveBg:'')+')')+';'}}"><app-form-id bind:click="__e" vue-id="{{'a39991e8-2-'+index}}" data-event-opts="{{[['^click',[['receive',[index]]]]]}}" class="data-v-c53c7f98" bind:__l="__l" vue-slots="{{['default']}}"><view class="dir-left-nowrap main-left data-v-c53c7f98"><view class="app-text-left data-v-c53c7f98"><view class="app-text-top data-v-c53c7f98"><block wx:if="{{item.type==='1'}}"><text class="app-number discount data-v-c53c7f98" style="{{'color:'+(textColor)+';'}}">{{item.discount}}</text></block><block wx:else><text class="app-symbol data-v-c53c7f98" style="{{'color:'+(textColor)+';'}}">¥</text><text class="app-number data-v-c53c7f98" style="{{'color:'+(textColor)+';'}}">{{item.sub_price}}</text></block></view><text class="app-text-bottom data-v-c53c7f98" style="{{'color:'+(textColor)+';'}}">{{"满"+item.min_price+"元可用"}}</text></view><view class="app-text-right data-v-c53c7f98"><text style="{{'color:'+(textColor)+';'}}" class="data-v-c53c7f98">{{item.is_receive==='0'?receiveTip:item.is_receive>'0'?'已领取':''}}</text></view></view></app-form-id></view></block></scroll-view></view></view>
|