订单页面调整
This commit is contained in:
parent
9a1bd8bcc7
commit
bf4649d22c
|
@ -155,7 +155,7 @@
|
|||
<view class="line-word-r value-font" style="color: #019c88;" v-else>¥{{order.oldPriceMarkup}}</view>
|
||||
</view>
|
||||
<view class="flex justify-between jusitify-line">
|
||||
<view style="line-word title-font">会员减免</view>
|
||||
<view class="line-word title-font">会员减免</view>
|
||||
<view class="line-word-r value-font" style="color: #FF6000;" v-if="order.oldVipReductionMoney==null">-¥{{order.vipReductionMoney}}</view>
|
||||
<view class="line-word-r value-font" style="color: #FF6000;" v-else>-¥{{order.oldVipReductionMoney}}</view>
|
||||
</view>
|
||||
|
@ -448,7 +448,6 @@
|
|||
<view class="line-word title-font">会员减免</view>
|
||||
<view class="line-word-r value-font" style="color: #FF6000;">-¥{{order.vipReductionMoney}}</view>
|
||||
</view>
|
||||
|
||||
<view class="flex align-center jusitify-line" style="justify-content: flex-end;">
|
||||
<view class="line-word title-font">小计:</view>
|
||||
<view class="value-font" style="font-weight: bold;"><text>¥{{order.payMoney}}</text></view>
|
||||
|
|
Loading…
Reference in New Issue