dev_chengFeng
jiaoyangna 2021-12-29 14:35:11 +08:00
parent 73eebe80e0
commit d91afe4326
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ function GeneralSizeFitterPopup:InitComponent()
this.contents = Util.GetGameObject(this.gameObject,"Content")
this.backBtn = Util.GetGameObject(this.gameObject,"backBtn")
this.quitBtn = Util.GetGameObject(this.gameObject,"Content/backBtn")
this.title = Util.GetGameObject(this.gameObject,"title")
this.title = Util.GetGameObject(this.gameObject,"title"):GetComponent("Text")
--子模块脚本初始化
for key, value in pairs(contentScripts) do
value.view:InitComponent(Util.GetGameObject(this.contents, value.panelName))