This commit is contained in:
xiaozhiyong
2023-04-17 13:22:46 +08:00
parent e8990961d4
commit 2774be4bb9
2 changed files with 4 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
<view style="width: 100%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;" >{{item.name}}</view>
<view style="display: flex;justify-content: space-between;">
<view> <text>{{item.volume.toFixed(2)}}</text>L </view>
<view> <text>{{item.realPrice|price}}</text></view>
<view> <text>{{item.payRealAmount|price}}</text></view>
</view>
</view>
</view>