登录罗浮提示活动未开启修改

tcx_xiyou_dev
PC-202302260912\Administrator 2024-05-09 14:47:05 +08:00
parent ec48abdb3b
commit d2fcc5903b
2 changed files with 7 additions and 1 deletions

View File

@ -25,7 +25,8 @@ end
---------------------------------------------
------登录初始化
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)
this.InithightLadderData(_msg)
if fun then

View File

@ -8135,6 +8135,11 @@ function NetManager.CrossServerStatusRequest(_func)
end
--请求报名信息
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()
--data.type = _type
local msg = data:SerializeToString()