【山河社稷图】关闭关卡界面入口
parent
3eee03aca7
commit
31e8aa5d00
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue