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.1 KiB

<block wx:if="{{couponList.length>0}}"><view class="_div"><view class="{{['coupon-window _div',value?'on':'']}}"><view class="couponWinList _div"><block wx:for="{{couponList}}" wx:for-item="item" wx:for-index="couponwindiwIndex" wx:key="couponwindiwIndex"><view class="item acea-row row-between-wrapper _div"><view class="money font-color-red _div">¥<label class="num _span">{{item.coupon_price}}</label></view><view class="text _div"><view class="name _div">{{'购物买'+item.use_min_price+"减"+item.coupon_price+''}}</view><block wx:if="{{item.end_time}}"><view class="_div">{{''+item.start_time+"-"+item.end_time+''}}</view></block></view></view></block><view style="height:1.2rem;" class="_div"></view></view><view class="lid _div"><view data-event-opts="{{[['tap',[['checked',['$event']]]]]}}" class="bnt font-color-red _div" bindtap="__e">立即领取</view><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="iconfont icon-guanbi3 _div" bindtap="__e"></view></view></view><view class="mask _div" hidden="{{!value}}" data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" bindtouchmove="__e"></view></view></block>