罗浮修改

tcx_xiyou_dev
PC-202302260912\Administrator 2024-05-07 13:38:32 +08:00
parent f62f4dcfcb
commit 90a4882a01
1 changed files with 6 additions and 6 deletions

View File

@ -25,18 +25,18 @@ end
---------------------------------------------
------登录初始化
function this.LoginGetWorldArenaInfoRequest(fun)
-- if ActTimeCtrlManager.IsQualifiled(FUNCTION_OPEN_TYPE.JumpServer) then
if ActTimeCtrlManager.IsQualifiled(FUNCTION_OPEN_TYPE.JumpServer) then
NetManager.GetWorldArenaInfoRequest(JumpServerManager.arenaType,function(_msg)
this.InithightLadderData(_msg)
if fun then
fun()
end
end)
-- else
-- if fun then
-- fun()
-- end
-- end
else
if fun then
fun()
end
end
end
---初始化
function this.GetWorldArenaInfoRequest(type, fun)