修复退款订单退款金额不对的问题

This commit is contained in:
YeMingfei666 2024-10-12 15:18:48 +08:00
parent 68c23e6e48
commit 32ab68bfad
1 changed files with 1 additions and 1 deletions

View File

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