修复订单退款价格展示格式为保留两位小数

This commit is contained in:
2024-11-04 10:22:14 +08:00
parent 12890fe257
commit 20c4631ad4

View File

@@ -109,7 +109,7 @@
<view class="u-flex u-row-between u-m-t-32">
<view>退款金额</view>
<view class="color-999">
<text class="">{{orderInfo.refundAmount}}</text>
<text class="">{{(orderInfo.refundAmount).toFixed(2)}}</text>
</view>
</view>
<view class="u-flex u-row-between u-m-t-32">