罗浮修改
parent
f62f4dcfcb
commit
90a4882a01
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue