轩辕宝镜屏蔽 排行榜 奖励 按钮

dev_chengFeng
wangzhenxing 2023-01-10 15:38:13 +08:00
parent 4953aad743
commit d38eac6169
1 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,8 @@ function this:InitComponent()
this.helpPosition = this.btnHelp:GetComponent("RectTransform").localPosition
this.btnRank = Util.GetGameObject(self.gameObject, "btnRoot/btnRank")
this.btnReward = Util.GetGameObject(self.gameObject, "btnRoot/btnReward")
this.btnRank:SetActive(false)
this.btnReward:SetActive(false)
this.btnClose = Util.GetGameObject(self.gameObject, "btnRoot/btnBack")
this.remainTimes = Util.GetGameObject(self.gameObject, "remainTimes") :GetComponent("Text")