修改退款金额有问题bug
This commit is contained in:
parent
f63c21b17a
commit
96beccad82
@ -416,7 +416,7 @@ export default {
|
|||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.afterSaleInfo = res.result;
|
this.afterSaleInfo = res.result;
|
||||||
this.afterSaleImage = (res.result.afterSaleImage || "").split(",");
|
this.afterSaleImage = (res.result.afterSaleImage || "").split(",");
|
||||||
this.params.actualRefundPrice = res.result.flowPrice;
|
this.params.actualRefundPrice = res.result.applyRefundPrice;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user