mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 08:25:52 +08:00
修改退款金额有问题bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user