删除多余按钮

(cherry picked from commit e009f94f48)
dev_chengFeng
jiaoyangna 2021-04-28 00:25:27 +08:00
parent c391b5885e
commit 382f80b5a0
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
--绑定事件(用于子类重写)