【山河社稷图】关闭关卡界面入口

dev_chengFeng
ZhangBiao 2021-07-23 15:22:51 +08:00
parent 3eee03aca7
commit 31e8aa5d00
1 changed files with 6 additions and 5 deletions

View File

@ -230,8 +230,9 @@ function FightPointPassMainPanel:InitComponent()
Util.GetGameObject(self.gameObject, "Bg/btnDown/battleUpLvTip/Text"):GetComponent("Text").text = Language[10610]
--山河社稷图
this.btnFightLevel = Util.GetGameObject(self.gameObject, "Bg/LeftUp/box/btnFightLevel")
this.funcBtnList[FUNCTION_OPEN_TYPE.FIGHTLEVEL] = this.btnFightLevel
this.btnFightLevelRedPoint = Util.GetGameObject(this.btnFightLevel, "redPoint")
this.btnFightLevel:SetActive(false)
-- this.funcBtnList[FUNCTION_OPEN_TYPE.FIGHTLEVEL] = this.btnFightLevel
-- this.btnFightLevelRedPoint = Util.GetGameObject(this.btnFightLevel, "redPoint")
end
@ -297,9 +298,9 @@ function FightPointPassMainPanel:BindEvent()
UIManager.OpenPanel(UIName.OpenSeverWelfarePanel)
end)
Util.AddClick(this.btnFightLevel, function()
UIManager.OpenPanel(UIName.FightLevelChapterPanel)
end)
-- Util.AddClick(this.btnFightLevel, function()
-- UIManager.OpenPanel(UIName.FightLevelChapterPanel)
-- end)
Util.AddClick(this.goVipButton, function()
UIManager.OpenPanel(UIName.VipPanelV2)