删除多余按钮

dev_chengFeng
jiaoyangna 2021-04-28 00:25:27 +08:00
parent f2684e25d5
commit e009f94f48
1 changed files with 1 additions and 1 deletions

View File

@ -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
--绑定事件(用于子类重写)