售后实际退款金额显示错误问题

This commit is contained in:
chc 2024-12-02 18:05:43 +08:00
parent b1acfbdd4b
commit cc59bb6094

View File

@ -39,7 +39,7 @@
<dl v-if="afterSaleInfo.actualRefundPrice">
<dt>实际退款金额</dt>
<dd>
<priceColorScheme :value="afterSaleInfo.applyRefundPrice" :color="$mainColor"></priceColorScheme>
<priceColorScheme :value="afterSaleInfo.actualRefundPrice" :color="$mainColor"></priceColorScheme>
</dd>
</dl>
<dl v-if="afterSaleInfo.refundPoint">