登录罗浮提示活动未开启修改
parent
ec48abdb3b
commit
d2fcc5903b
|
@ -25,7 +25,8 @@ end
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
------登录初始化
|
------登录初始化
|
||||||
function this.LoginGetWorldArenaInfoRequest(fun)
|
function this.LoginGetWorldArenaInfoRequest(fun)
|
||||||
if ActTimeCtrlManager.IsQualifiled(FUNCTION_OPEN_TYPE.JumpServer) then
|
if CheckFunctionOpen(FUNCTION_OPEN_TYPE.JumpServer_HightLadder) then
|
||||||
|
LogError("初始化登录-----------------------------------------------")
|
||||||
NetManager.GetWorldArenaInfoRequest(JumpServerManager.arenaType,function(_msg)
|
NetManager.GetWorldArenaInfoRequest(JumpServerManager.arenaType,function(_msg)
|
||||||
this.InithightLadderData(_msg)
|
this.InithightLadderData(_msg)
|
||||||
if fun then
|
if fun then
|
||||||
|
|
|
@ -8135,6 +8135,11 @@ function NetManager.CrossServerStatusRequest(_func)
|
||||||
end
|
end
|
||||||
--请求报名信息
|
--请求报名信息
|
||||||
function NetManager.QueryLuofuRegisterInfoRequest(_func)
|
function NetManager.QueryLuofuRegisterInfoRequest(_func)
|
||||||
|
local isOpen=CheckFunctionOpen(FUNCTION_OPEN_TYPE.JumpServer_HightLadder)
|
||||||
|
if isOpen==false then
|
||||||
|
_func()
|
||||||
|
return
|
||||||
|
end
|
||||||
local data = gtwprotos.WorldProto_pb.LuofuStatusInfoRequest()
|
local data = gtwprotos.WorldProto_pb.LuofuStatusInfoRequest()
|
||||||
--data.type = _type
|
--data.type = _type
|
||||||
local msg = data:SerializeToString()
|
local msg = data:SerializeToString()
|
||||||
|
|
Loading…
Reference in New Issue