dev_chengFeng
parent
73eebe80e0
commit
d91afe4326
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue