修复退款订单退款金额不对的问题
This commit is contained in:
parent
68c23e6e48
commit
32ab68bfad
|
|
@ -86,7 +86,7 @@
|
||||||
<view class="u-flex u-row-between u-m-t-32">
|
<view class="u-flex u-row-between u-m-t-32">
|
||||||
<view>退款金额</view>
|
<view>退款金额</view>
|
||||||
<view class="color-999">
|
<view class="color-999">
|
||||||
<text class="">{{orderInfo.originAmount}}</text>
|
<text class="">{{orderInfo.refundAmount}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="u-flex u-row-between u-m-t-32">
|
<view class="u-flex u-row-between u-m-t-32">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue