1 |
- <app-layout vue-id="192fba06-1" class="data-v-c0c1d45e" bind:__l="__l" vue-slots="{{['default']}}"><view class="coupon-head-btn data-v-c0c1d45e"><app-button vue-id="{{('192fba06-2')+','+('192fba06-1')}}" color="#999999" background="#FFFFFF" round="{{true}}" data-event-opts="{{[['^click',[['pickCoupon',[0]]]]]}}" bind:click="__e" class="data-v-c0c1d45e" bind:__l="__l" vue-slots="{{['default']}}">不使用优惠券</app-button></view><view class="coupon-box data-v-c0c1d45e"><block wx:for="{{list}}" wx:for-item="v" wx:for-index="k" wx:key="k"><view class="coupon-item-container data-v-c0c1d45e"><app-form-id bind:click="__e" vue-id="{{('192fba06-3-'+k)+','+('192fba06-1')}}" data-event-opts="{{[['^click',[['pickCoupon',['$0'],[[['list','',k]]]]]]]}}" class="data-v-c0c1d45e" bind:__l="__l" vue-slots="{{['default']}}"><view class="coupon-item data-v-c0c1d45e"><image class="coupon-bg data-v-c0c1d45e" src="{{appImg.coupon_enable_bg}}"></image><view class="dir-left-nowrap data-v-c0c1d45e"><view class="box-grow-0 cross-center box-left data-v-c0c1d45e"><view class="box-discount data-v-c0c1d45e"><block wx:if="{{v.type==1}}"><view class="data-v-c0c1d45e">{{v.discount+"折"}}</view></block><block wx:if="{{v.type==2}}"><view class="data-v-c0c1d45e">{{"¥"+v.sub_price}}</view></block><view class="box-use data-v-c0c1d45e">{{"满"+v.coupon_min_price+"可用"}}</view></view></view><view class="box-grow-1 cross-center coupon-right data-v-c0c1d45e"><view class="data-v-c0c1d45e"><view class="coupon-name t-omit data-v-c0c1d45e">{{v.coupon_data.name}}</view><view class="box-time data-v-c0c1d45e"><view class="data-v-c0c1d45e">{{v.start_time+"~"+v.end_time}}</view></view><view class="data-v-c0c1d45e">仅限当面付活动使用</view></view><block wx:if="{{coupon_id==v.id}}"><icon class="icon-coupon-select data-v-c0c1d45e"></icon></block></view></view></view></app-form-id></view></block></view></app-layout>
|