【家园】数据不更新修改
parent
8af671a6f8
commit
930b93286d
|
@ -34,11 +34,13 @@ end
|
||||||
|
|
||||||
--获取家园和装备强化信息
|
--获取家园和装备强化信息
|
||||||
function this.GetData(func)
|
function this.GetData(func)
|
||||||
NetManager.HomeInfoRequest()
|
NetManager.HomeInfoRequest(function ()
|
||||||
NetManager.EquipIntensifyRequset(-1)
|
NetManager.EquipIntensifyRequset(-1,function ()
|
||||||
if func then
|
if func then
|
||||||
func()
|
func()
|
||||||
end
|
end
|
||||||
|
end)
|
||||||
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
--接收服务器信息
|
--接收服务器信息
|
||||||
|
|
Loading…
Reference in New Issue