Commit 30757af6 by songbingqi

完成结算页面优惠卷接口联调

parent 4966b295
......@@ -17,7 +17,7 @@
</view>
<view class="usebtn" v-if="price!=0">
<view class="content">
<view class="text">已选1张HOOLOO卷,可优惠<span class="money">{{price}}</span></view>
<view class="text">已选1张HOOLOO卷,可优惠<span class="money">{{price}}</span></view>
<view>
<view class="btnView" @click="setTickcet">确认</view>
</view>
......
......@@ -42,7 +42,7 @@
<div class="title">HOOLOO券</div>
<div :class="[ticketNum>0?'num-action':'num']">
<span v-if="selectPrice" class="price">-¥{{selectPrice}}</span>
<span v-else>{{ticketNum>0?ticketNum+'张可用':'暂可用优惠'}}</span>
<span v-else>{{ticketNum>0?ticketNum+'张可用':'暂可用优惠'}}</span>
<!-- <image class="arrow-right-select" :src="'../../../static/imgs/jiantouhei.png'" /> -->
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment