|
|
@ -1,5 +1,6 @@ |
|
|
<!--pages/order/coupon/index.wxml--> |
|
|
<!--pages/order/coupon/index.wxml--> |
|
|
<title title="优惠券"></title> |
|
|
<title title="优惠券"></title> |
|
|
|
|
|
<view wx:if="{{list.length>0}}"> |
|
|
<view class="coupon-item" wx:for="{{list}}"> |
|
|
<view class="coupon-item" wx:for="{{list}}"> |
|
|
<view class="money">{{item.activity.money/100}}</view> |
|
|
<view class="money">{{item.activity.money/100}}</view> |
|
|
<view class="coupon-info"> |
|
|
<view class="coupon-info"> |
|
|
@ -9,3 +10,8 @@ |
|
|
<view class="iconfont icon-{{item.selected?'gou':'quan'}}" bindtap="selectIt" data-index="{{index}}"></view> |
|
|
<view class="iconfont icon-{{item.selected?'gou':'quan'}}" bindtap="selectIt" data-index="{{index}}"></view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="btn" bindtap="submit">确定</view> |
|
|
<view class="btn" bindtap="submit">确定</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="common-empty" wx:if="{{list.length==0}}" style="z-index:-1;top:0"> |
|
|
|
|
|
<image mode="widthFix" src="https://static.ticket.sz-trip.com/xcxImages/other/nodata.png"></image> |
|
|
|
|
|
<view>暂无优惠券</view> |
|
|
|
|
|
</view> |