This commit is contained in:
xiaozhiyong
2023-05-30 16:19:26 +08:00
parent 2e3065b5ff
commit b8f1d670bd

View File

@@ -173,7 +173,7 @@ export default {
floorPrice: _floorPrice,
preQuantity: preAmount / _salePrice,
preAmount,
preCostAmount: _floorPrice * (preAmount / _salePrice)
preCostAmount: _floorPrice * this.fixedHandle(preAmount / _salePrice)
}
}
]