修改退款金额有问题bug

master
lemon橪 2021-07-29 17:39:35 +08:00
parent f63c21b17a
commit 96beccad82
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ export default {
if (res.success) {
this.afterSaleInfo = res.result;
this.afterSaleImage = (res.result.afterSaleImage || "").split(",");
this.params.actualRefundPrice = res.result.flowPrice;
this.params.actualRefundPrice = res.result.applyRefundPrice;
}
});
},