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.
19 lines
766 B
19 lines
766 B
4 years ago
|
<view class="coupons">
|
||
|
<!-- <view wx:if="coupons_list.length==0" class="no_content">
|
||
|
<image class="img" src="/images/ui/none.png" />
|
||
|
<view class="warn">还未查询到可用优惠券</view>
|
||
|
</view> -->
|
||
|
<view class="coupon coupon_back">
|
||
|
<view class="_left">
|
||
|
<text style=" font-size: 30px;">¥</text>
|
||
|
<!-- {{item.subtract}} -->50
|
||
|
</view>
|
||
|
<view class="_right">
|
||
|
<!-- <view class="_ln">满{{item.full}}元可用</view> -->
|
||
|
<view class="_ln">满100元可用</view>
|
||
|
<view class="_ln">所有剧目可使用本张优惠券</view>
|
||
|
<view class="_ln">有效期至2021年10月1日</view>
|
||
|
</view>
|
||
|
<view class="_rightbtn" bindtap="collect_receive" data-id="2">领取</view>
|
||
|
</view>
|
||
|
</view>
|