6
0
Fork 0

修改订单金额为0时不显示问题

hui.zhou
h30830569 2022-05-23 17:42:50 +08:00
parent b29e554e20
commit 2dd5d31ef6
1 changed files with 1 additions and 1 deletions

View File

@ -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" />