Merge branch 'master' into zyj
This commit is contained in:
@@ -362,7 +362,7 @@ export default {
|
||||
if (refineryInfo) {
|
||||
let balance = refineryInfo.balance * 10000
|
||||
let costTotal = orderInfo.floorPrice * orderInfo.preQuantity * 10000
|
||||
let total = this.$utils.fixedHandle((balance + costTotal) / 10000)
|
||||
let total = this.$utils.fixedHandle((balance - costTotal) / 10000)
|
||||
return total
|
||||
}
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user