Commit dc87470e8e849465d92f0af95dd7562a9838f80a
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 | 169 | var d1 CatPosInfo |
170 | 170 | d1.Position = i |
171 | 171 | d1.Cat = 0 |
172 | - if i < 5 { | |
173 | - d1.Cat = 36 | |
174 | - } | |
172 | + d1.Cat = 18 | |
175 | 173 | udata.PosInfo = append(udata.PosInfo, d1) |
176 | 174 | var d2 DataDesc |
177 | 175 | d2.Pos = i | ... | ... |