删除多余的按钮

dev_chengFeng
jiaoyangna 2021-04-27 23:39:40 +08:00
parent 07810200cb
commit 4326a6b300
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ function StoryMapPanel:InitComponent()
this.GoOn = Util.GetGameObject(self.gameObject,"bg/btnGoOn")
this.btnGoOn = Util.GetGameObject(this.GoOn ,"Click")
this.GoOn.gameObject:SetActive(false)
this.skip = Util.GetGameObject(self.gameObject,"bg/btnSkip")
this.btnSkip = Util.GetGameObject(this.skip,"btnGo")
@ -44,6 +45,7 @@ function StoryMapPanel:InitComponent()
this.Maps = {}
this.btnBack = Util.GetGameObject(self.gameObject,"btnBack")
this.btnBack.gameObj:SetActive(false)
end
--绑定事件(用于子类重写)