修改订单金额为0时不显示问题
parent
b29e554e20
commit
2dd5d31ef6
|
|
@ -19,7 +19,7 @@
|
|||
</block>
|
||||
<view class="flex items-center justify-between h-85rpx">
|
||||
<text class="text-md">{{item.created_date}}</text>
|
||||
<text class="text-lg font-medium">共{{total}}件 应付总额:{{price}} </text>
|
||||
<text class="text-lg font-medium">共{{total}}件 应付总额:{{item.total_amount}} </text>
|
||||
</view>
|
||||
<block>
|
||||
<u-line color="#E5E5E5" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue