|
@ -46,7 +46,7 @@ |
|
|
<text>优惠券</text> |
|
|
<text>优惠券</text> |
|
|
<view style="display: flex;align-items: center;"> |
|
|
<view style="display: flex;align-items: center;"> |
|
|
<view class="add-btn" v-if="!coupon">选择优惠券</view> |
|
|
<view class="add-btn" v-if="!coupon">选择优惠券</view> |
|
|
<view style="display: flex;align-items: center;color: #FC5109;" v-if="coupon && coupon.CouponActivity"> |
|
|
<view style="display: flex;align-items: center;color: #FC5109;font-weight: bold;" v-if="coupon && coupon.CouponActivity"> |
|
|
<view>-¥{{coupon.CouponActivity.discounts/100}}</view> |
|
|
<view>-¥{{coupon.CouponActivity.discounts/100}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<img src="https://static.ticket.sz-trip.com/changyoutaihu/images/user/rightIcon.png" class="icon-coupon"> |
|
|
<img src="https://static.ticket.sz-trip.com/changyoutaihu/images/user/rightIcon.png" class="icon-coupon"> |
|
@ -677,6 +677,7 @@ |
|
|
flex: 1; |
|
|
flex: 1; |
|
|
font-size: 36rpx; |
|
|
font-size: 36rpx; |
|
|
color: #F84A56; |
|
|
color: #F84A56; |
|
|
|
|
|
font-weight: bold; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|