Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c

dev_chengFeng
ZhangBiao 2021-04-28 00:32:53 +08:00
commit 874da03cb8
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
--绑定事件(用于子类重写)