优惠券使用相关更新
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="containertop" :class="{select: type == 'confirm_order_coupon' || type == 'confirm_order_product' || this.type == 'orderInfo_coupon' || this.type == 'orderInfo_product'}">
|
<view class="containertop" :class="{select: type == 'confirm_order_coupon' || type == 'confirm_order_product' || type == 'orderInfo_coupon' || type == 'orderInfo_product'}">
|
||||||
<view class="containertopbox">
|
<view class="containertopbox">
|
||||||
<view class="containertopboxitem flex-start" v-for="(item,index) in list" :key="index">
|
<view class="containertopboxitem flex-start" v-for="(item,index) in list" :key="index">
|
||||||
<view class="containertopboxitemleft flex-colum"
|
<view class="containertopboxitemleft flex-colum"
|
||||||
@@ -68,8 +68,7 @@
|
|||||||
<u-loadmore :status="form.status" iconSize='24' fontSize='24' height='40' />
|
<u-loadmore :status="form.status" iconSize='24' fontSize='24' height='40' />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="btnBox" v-if="type == 'confirm_order_coupon' || type == 'confirm_order_product' || type == 'orderInfo_coupon' || type == 'orderInfo_product'">
|
||||||
<view class="btnBox" v-if="type == 'confirm_order_coupon' || type == 'confirm_order_product' || this.type == 'orderInfo_coupon' || this.type == 'orderInfo_product'">
|
|
||||||
<view class="btn" @click="cancelCoupon" >暂不使用券</view>
|
<view class="btn" @click="cancelCoupon" >暂不使用券</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user