Browse Source

no message

Jianghan 3 năm trước cách đây
mục cha
commit
ae65e74a1a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)