删除多余的按钮
parent
07810200cb
commit
4326a6b300
|
@ -36,6 +36,7 @@ function StoryMapPanel:InitComponent()
|
||||||
|
|
||||||
this.GoOn = Util.GetGameObject(self.gameObject,"bg/btnGoOn")
|
this.GoOn = Util.GetGameObject(self.gameObject,"bg/btnGoOn")
|
||||||
this.btnGoOn = Util.GetGameObject(this.GoOn ,"Click")
|
this.btnGoOn = Util.GetGameObject(this.GoOn ,"Click")
|
||||||
|
this.GoOn.gameObject:SetActive(false)
|
||||||
|
|
||||||
this.skip = Util.GetGameObject(self.gameObject,"bg/btnSkip")
|
this.skip = Util.GetGameObject(self.gameObject,"bg/btnSkip")
|
||||||
this.btnSkip = Util.GetGameObject(this.skip,"btnGo")
|
this.btnSkip = Util.GetGameObject(this.skip,"btnGo")
|
||||||
|
@ -44,6 +45,7 @@ function StoryMapPanel:InitComponent()
|
||||||
this.Maps = {}
|
this.Maps = {}
|
||||||
|
|
||||||
this.btnBack = Util.GetGameObject(self.gameObject,"btnBack")
|
this.btnBack = Util.GetGameObject(self.gameObject,"btnBack")
|
||||||
|
this.btnBack.gameObj:SetActive(false)
|
||||||
end
|
end
|
||||||
|
|
||||||
--绑定事件(用于子类重写)
|
--绑定事件(用于子类重写)
|
||||||
|
|
Loading…
Reference in New Issue