Commit 0f4b2c00 authored by youjie's avatar youjie

no message

parent 8b9d9ffe
...@@ -628,7 +628,8 @@ ...@@ -628,7 +628,8 @@
<div class="row-c justify-sb pb5" :class="{'borderD':item.DiscountsMoney>0}"> <div class="row-c justify-sb pb5" :class="{'borderD':item.DiscountsMoney>0}">
<span class="fz12 c9e">订单总金额</span> <span class="fz12 c9e">订单总金额</span>
<div class="ml"> <div class="ml">
<span class="fz15 fbold">{{ item.totalMoney.toFixed(2) }}</span> <!-- totalMoney -->
<span class="fz15 fbold">{{ item.TotalPrice.toFixed(2) }}</span>
<span class="fz12 ml"> <span class="fz12 ml">
{{item.CurrencyName}} {{item.CurrencyName}}
</span> </span>
......
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