Commit dc87470e8e849465d92f0af95dd7562a9838f80a

Authored by 陆恒
1 parent fd9af38f
Exists in master

提交

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
src/HttpServer/logic/function.go
@@ -169,9 +169,7 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int) { @@ -169,9 +169,7 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int) {
169 var d1 CatPosInfo 169 var d1 CatPosInfo
170 d1.Position = i 170 d1.Position = i
171 d1.Cat = 0 171 d1.Cat = 0
172 - if i < 5 {  
173 - d1.Cat = 36  
174 - } 172 + d1.Cat = 18
175 udata.PosInfo = append(udata.PosInfo, d1) 173 udata.PosInfo = append(udata.PosInfo, d1)
176 var d2 DataDesc 174 var d2 DataDesc
177 d2.Pos = i 175 d2.Pos = i