pull/17/head^2
xiaozhiyong 2 years ago
parent 2e3065b5ff
commit b8f1d670bd
  1. 2
      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)
}
}
]

Loading…
Cancel
Save