删除多余按钮
parent
f2684e25d5
commit
e009f94f48
|
@ -45,7 +45,7 @@ function StoryMapPanel:InitComponent()
|
|||
this.Maps = {}
|
||||
|
||||
this.btnBack = Util.GetGameObject(self.gameObject,"btnBack")
|
||||
this.btnBack.gameObj:SetActive(false)
|
||||
this.btnBack.gameObject:SetActive(false)
|
||||
end
|
||||
|
||||
--绑定事件(用于子类重写)
|
||||
|
|
Loading…
Reference in New Issue