订单页面调整

This commit is contained in:
曹磊 2024-07-23 17:20:36 +08:00
parent 9a1bd8bcc7
commit bf4649d22c
1 changed files with 13 additions and 14 deletions

View File

@ -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>
@ -445,12 +445,11 @@
<view class="line-word-r value-font" style="color: #019c88;">{{(order.priceMarkup-order.oldPriceMarkup).toFixed(0)}}</view>
</view>
<view class="flex justify-between jusitify-line">
<view class="line-word title-font">会员减免</view>
<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="line-word title-font">小计</view>
<view class="value-font" style="font-weight: bold;"><text>{{order.payMoney}}</text></view>
</view>
</view>
@ -477,14 +476,14 @@
<view class="line-word-r">{{order.addNum}}</view>
</view> -->
<view class="flex justify-between jusitify-line">
<view class="line-word title-font">会员减免</view>
<view class="line-word-r value-font" style="color: #FF6000;">-{{order.addVipReductionMoney}}</view>
<view class="line-word title-font">会员减免</view>
<view class="line-word-r value-font" style="color: #FF6000;">-{{order.addVipReductionMoney}}</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.addMoney}}</text></view>
</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.addMoney}}</text></view>
</view>
</view>
<view class="jusitify-line-end"></view>
<view class="justify-title-nav">
<view class="justify-title">费用明细</view>
@ -493,10 +492,10 @@
<view class="flex justify-between jusitify-line">
<view class="line-word title-font">订单费用</view>
<view class="line-word-r value-font" v-if="order.oldMassageMoney==null">
<text style="font-weight: bold;">{{order.massageMoney}}</text></view>
<text style="font-weight: bold;">{{order.massageMoney}}</text></view>
<view class="line-word-r value-font" v-else>
<text style="font-weight: bold;">{{order.oldMassageMoney}}</text></view>
</view>
<text style="font-weight: bold;">{{order.oldMassageMoney}}</text></view>
</view>
<view class="flex justify-between jusitify-line">
<view class="line-word title-font">出行费用</view>
<view class="line-word-r value-font"><text style="font-weight: bold;">{{order.taxiMoney}}</text></view>