七日登录修改

dev_oneDis
wangzhenxing 2024-03-05 17:28:21 +08:00
parent 1e1fd36489
commit 847477d8ac
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ function SevenDayCarnivalPanelV2:InitComponent()
this.spLoader = SpriteLoader.New()
--子模块脚本
this.BtnBack = Util.GetGameObject(self.transform, "bg/btnBack")
Util.GetGameObject(self.transform, "bg/Image"):SetActive(false)
this.helpBtn = Util.GetGameObject(self.gameObject, "bg/helpBtn")
this.helpPosition=this.helpBtn:GetComponent("RectTransform").localPosition + Vector3(0,200,0)
this.tabBox = Util.GetGameObject(self.gameObject, "TabBox")