Bläddra i källkod

更新

tags/v4.3.1
huangjiajun 1 år sedan
förälder
incheckning
bdb82d78c8
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      lib/comm_plan/all.go

+ 1
- 1
lib/comm_plan/all.go Visa fil

@@ -53,7 +53,7 @@ func CalReturnAmountAndRatio(level, ownbuyReturnType, peerNum int, userType stri
amountList[i].Val = 0
}
}
commission = zhios_order_relate_utils.FloatFormat(commission, 2)
commission = zhios_order_relate_utils.FloatFormat(commission, 3)

for i, coin := range amountList {
amountList[i].Val = zhios_order_relate_utils.FloatFormat(coin.Val, 6)


Laddar…
Avbryt
Spara