罗浮商店跳转修改

tcx_xiyou_solider
PC-202302260912\Administrator 2024-04-23 18:21:25 +08:00
parent f3b585cf54
commit ba840c4d94
2 changed files with 8 additions and 5 deletions

View File

@ -123,7 +123,7 @@ function JumpServerHightLadderPanel:BindEvent()
UIManager.OpenPanel(UIName.JumpServerHightLadderRecordPopup)
end)
Util.AddClick(this.shopBtn,function()
JumpManager.GoJump(20002)
JumpManager.GoJump(40083)
end)
Util.AddClick(this.formationBtn,function()
-- if not ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.JumpServer_HightLadder) then

View File

@ -295,7 +295,7 @@ function this.JumpServerHightLadderMianFeiNumRedPoint()
-- LogPink("跨服天梯剩余免费挑战次数红点false")
return false
end
if stage == 2 then
if stage == 3 then
if this.GetCanBattleCount() > 0 then
-- LogPink("跨服天梯剩余免费挑战次数红点true")
return true
@ -314,9 +314,12 @@ function this.JumpServerHightLadderWorshipRedPoint()
if isOpen==false then
return false
end
local conFigWorldLevel = ConfigManager.GetConfigData(ConfigName.MServerArenaSetting,1).WorldLevel
if PlayerManager.worldLeve < conFigWorldLevel then
return false
-- local conFigWorldLevel = ConfigManager.GetConfigData(ConfigName.MServerArenaSetting,1).WorldLevel
-- if PlayerManager.worldLeve < conFigWorldLevel then
-- return false
-- end
if this.stage==1 and this.arenaType==0 then
return true
end
if not this.GetHightLadderDataIsGroup() then
-- LogPink("跨服天梯剩余免费挑战次数红点false")