From 864e580d59899385acbf3d2459e0d80d7d00fba9 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 22 Jun 2020 19:50:40 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/logic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index b67e186..a6e1ecf 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -1452,7 +1452,7 @@ func HandlerGetMainPageInfo(w http.ResponseWriter, data string, uuid int) { resp.Data.Coin.IcomeRate = strconv.FormatInt(accrate, 10) } - resp.Data.Level = len(uinfo.BuyCatInfo) + _, resp.Data.Level = uinfo.CalcHigestCatName() //len(uinfo.BuyCatInfo) resp.Data.TotalCashReward = G_randVal resp.Data.Guide = true -- libgit2 0.21.0