|
@@ -42,7 +42,7 @@
|
|
<!--1、接口未获取成功,2、获取成功:有、没有-->
|
|
<!--1、接口未获取成功,2、获取成功:有、没有-->
|
|
<template v-if="fetchAdvanceListStatus">
|
|
<template v-if="fetchAdvanceListStatus">
|
|
<p v-if="advanceList.length" class="value">
|
|
<p v-if="advanceList.length" class="value">
|
|
- {{ curAdvance.order_price >= 0 ? '-¥' : '' }}{{ curAdvance.order_price | fen2Yuan }}</p>
|
|
|
|
|
|
+ {{ curAdvance.order_price >= 0 ? '-¥' : '选择预约款' }}{{ curAdvance.order_price | fen2Yuan }}</p>
|
|
<p v-else class="value">暂无可用预约款</p>
|
|
<p v-else class="value">暂无可用预约款</p>
|
|
</template>
|
|
</template>
|
|
</li>
|
|
</li>
|
|
@@ -50,7 +50,7 @@
|
|
<p class="label">优惠券</p>
|
|
<p class="label">优惠券</p>
|
|
<template v-if="fetchCouponListStatus">
|
|
<template v-if="fetchCouponListStatus">
|
|
<p v-if="couponList.length" class="value">
|
|
<p v-if="couponList.length" class="value">
|
|
- {{ curCoupon.coupon_price >= 0 ? '-¥' : ''}}{{ curCoupon.coupon_price | fen2Yuan }}</p>
|
|
|
|
|
|
+ {{ curCoupon.coupon_price >= 0 ? '-¥' : '选择优惠券'}}{{ curCoupon.coupon_price | fen2Yuan }}</p>
|
|
<p v-else class="value">暂无可用优惠券</p>
|
|
<p v-else class="value">暂无可用优惠券</p>
|
|
</template>
|
|
</template>
|
|
</li>
|
|
</li>
|
|
@@ -630,7 +630,7 @@ export default {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
align-items: flex-end;
|
|
align-items: flex-end;
|
|
- padding-right: 16px;
|
|
|
|
|
|
+ padding: 0 16px;
|
|
width: 60%;
|
|
width: 60%;
|
|
|
|
|
|
p {
|
|
p {
|