You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1 lines
1.2 KiB

<view data-ref="container" class="vue-ref"><block wx:if="{{couponsList.length>0}}"><view class="coupon-list"><block wx:for="{{couponsList}}" wx:for-item="item" wx:for-index="couponsListIndex" wx:key="couponsListIndex"><view class="item acea-row row-center-wrapper"><view class="{{['money',item._type===0?'moneyGray':'']}}">¥<text class="num">{{item.couponPrice}}</text></view><view class="text"><view class="condition line1">{{item.couponTitle}}</view><view class="data acea-row row-between-wrapper"><block wx:if="{{item.endTime===0}}"><view>不限时</view></block><block wx:else><view><data-format-t vue-id="{{'1-'+couponsListIndex}}" data="{{item.addTime}}" bind:__l="__l"></data-format-t>-<data-format-t vue-id="{{'2-'+couponsListIndex}}" data="{{item.endTime}}" bind:__l="__l"></data-format-t></view></block><block wx:if="{{item._type===0}}"><view class="bnt gray">{{item._msg}}</view></block><block wx:else><view class="bnt bg-color-red">{{item._msg}}</view></block></view></view></view></block></view></block><block wx:if="{{couponsList.length===0&&loading===true}}"><view class="noCommodity"><view class="noPictrue"><image class="image" src="{{$VUE_APP_RESOURCES_URL+'/images/noCoupon.png'}}"></image></view></view></block></view>