Browse Source

no message

Jianghan 3 years ago
parent
commit
ae65e74a1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/front/front.go

+ 1 - 1
src/front/front.go

@@ -1080,7 +1080,7 @@ func GetDataById1(coll string, ids []string, stype string, tmp map[string]map[st
 							t["winner"] = v1["winner"]
 						}
 						if v1["bidamount"] != nil {
-							t["bidamount"] = v1["bidamount"]
+							t["bidamount"] = qu.Float64All(v1["bidamount"])
 						}
 						if len(t) > 0 {
 							v1["winner_all"] = append([]map[string]interface{}{}, t)