Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
0233ff87e7
|
|
@ -353,7 +353,7 @@ function this.CheckQiJieRedPoint()
|
|||
return false
|
||||
end
|
||||
-- 跨服相关判断
|
||||
JumpServerManager.GetWorldArenaInfoRequest(function()
|
||||
-- JumpServerManager.GetWorldArenaInfoRequest(function()
|
||||
if not JumpServerManager.GetQiJieIsStart() then
|
||||
return false
|
||||
elseif not JumpServerManager.GetHightLadderDataIsGroup() then
|
||||
|
|
@ -362,7 +362,7 @@ function this.CheckQiJieRedPoint()
|
|||
local bool1 = this.CheckQiJieTreasureRedPoint()
|
||||
local bool2 = PrivilegeManager.GetPrivilegeRemainValue(3201) > 0 and true or false
|
||||
return bool1 or bool2
|
||||
end)
|
||||
-- end)
|
||||
end
|
||||
|
||||
--功能ID,MServerArenaSetting,回调
|
||||
|
|
|
|||
Loading…
Reference in New Issue