From b8f1d670bd586f72e5502918f30efb977e1ea30f Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Tue, 30 May 2023 16:19:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/components/confirmSubmit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/order/components/confirmSubmit.vue b/src/views/order/components/confirmSubmit.vue index 5810eeb..e27fe78 100644 --- a/src/views/order/components/confirmSubmit.vue +++ b/src/views/order/components/confirmSubmit.vue @@ -173,7 +173,7 @@ export default { floorPrice: _floorPrice, preQuantity: preAmount / _salePrice, preAmount, - preCostAmount: _floorPrice * (preAmount / _salePrice) + preCostAmount: _floorPrice * this.fixedHandle(preAmount / _salePrice) } } ]