瀏覽代碼

no message

Jianghan 3 年之前
父節點
當前提交
ae65e74a1a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)