Commit f8f96fb4219b828cb8ee498564f217f751471581
1 parent
fb5a0a9f
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
@@ -389,6 +389,7 @@ func HandlerFetchproterybox(w http.ResponseWriter, data string) { | @@ -389,6 +389,7 @@ func HandlerFetchproterybox(w http.ResponseWriter, data string) { | ||
389 | break | 389 | break |
390 | } | 390 | } |
391 | 391 | ||
392 | + uinfo.CalcProperty() | ||
392 | //判断物资是否足够 | 393 | //判断物资是否足够 |
393 | cfg := jsonconf.GetGoldChestConfig(uinfo.TotalFetchCnt + 1) | 394 | cfg := jsonconf.GetGoldChestConfig(uinfo.TotalFetchCnt + 1) |
394 | if cfg == nil { | 395 | if cfg == nil { |