七日登录不显示文字提示

TCX_dev_zeroFive_iOS hotfix/zeroFive/cdn_aiquOnline_ios/1.1.38
DESKTOP-RH64908\Administrator 2024-03-07 16:02:43 +08:00
parent 4488ea76e7
commit e4d8443f63
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")