|
@@ -46,9 +46,9 @@
|
|
|
</view>
|
|
|
<view class="choose-content">
|
|
|
<view class="choose-item">
|
|
|
- <view class="item" @click="intoChooseCoupon">
|
|
|
+ <view class="item" >
|
|
|
<text>优惠卷</text>
|
|
|
- <view v-if="couponList.length" class="right">
|
|
|
+ <view @click="intoChooseCoupon" v-if="couponList.length" class="right">
|
|
|
<u-icon name="gift" color="rgb(255,0,0)" size="32"></u-icon>
|
|
|
<text class="coopon">{{checkedCoupon?(checkedCoupon.couponTitle+'(¥-'+checkedCoupon.couponAmount+')'):''}}</text>
|
|
|
<u-icon name="arrow-right" color="rgb(255,0,0)" size="32"></u-icon>
|