【家园】数据不更新修改

dev_chengFeng
ZhangBiao 2022-01-14 14:14:48 +08:00
parent 8af671a6f8
commit 930b93286d
1 changed files with 7 additions and 5 deletions

View File

@ -34,11 +34,13 @@ end
--获取家园和装备强化信息
function this.GetData(func)
NetManager.HomeInfoRequest()
NetManager.EquipIntensifyRequset(-1)
if func then
func()
end
NetManager.HomeInfoRequest(function ()
NetManager.EquipIntensifyRequset(-1,function ()
if func then
func()
end
end)
end)
end
--接收服务器信息