Ver a proveniência

更新

master
huangjiajun há 1 mês
ascendente
cometimento
118e320028
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      app/utils/convert.go

+ 1
- 0
app/utils/convert.go Ver ficheiro

@@ -271,6 +271,7 @@ func ByteToFloat64(bytes []byte) float64 {
}

func Float64ToStr(f float64) string {
f = float64(int(f*100)) / 100
return strconv.FormatFloat(f, 'f', 2, 64)
}
func Float64ToStrPrec1(f float64) string {


Carregando…
Cancelar
Guardar