| 1 |
- <scroll-view class="coupon-sel data-v-6d36662a" scroll-y="{{true}}"><view class="coupon-wrap _div data-v-6d36662a"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['couponChange',['$0',index+1],[[['validList','',index]]]]]]]}}" class="coupon-list _div data-v-6d36662a" bindtap="__e"><view class="list-det _div data-v-6d36662a"><image class="bg_img _img data-v-6d36662a" src="{{couponSelInx&&couponSelInx==index+1?constant.imgUrl+'/retail/coupon/is-check.png':constant.imgUrl+'/retail/coupon/no-check.png'}}" alt="{{true}}" mode="widthFix"></image><view class="list-det-left _div data-v-6d36662a"><view class="price-wrap _div data-v-6d36662a"><label class="_span data-v-6d36662a">¥</label><label class="price _span data-v-6d36662a">{{item.m0}}</label></view><view class="full-reduc app-size-24 _div data-v-6d36662a">{{"满"+item.m1+"可使用"}}</view></view><view class="list-det-right _div data-v-6d36662a"><view class="coupon-message _div data-v-6d36662a"><view class="app-color-2 _div data-v-6d36662a" style="color:#333333;font-weight:600;">{{item.$orig.name}}</view><view class="_div data-v-6d36662a">适用:全品类</view><view class="_div data-v-6d36662a">{{"有效期:"+item.$orig.endTime}}</view></view></view></view></view></block><block wx:for="{{invalidList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><select-coupon-item vue-id="{{'6335517b-1-'+index}}" item="{{item}}" class="data-v-6d36662a" bind:__l="__l"></select-coupon-item></block></view><view class="footer_bar data-v-6d36662a"><text class="data-v-6d36662a">{{"优惠¥"+couponAmount}}</text><button data-event-opts="{{[['tap',[['ConfirmReachFn',['$event']]]]]}}" class="admin-button-com middle blue data-v-6d36662a" bindtap="__e">确认</button></view></scroll-view>
|