轩辕宝镜屏蔽 排行榜 奖励 按钮
parent
4953aad743
commit
d38eac6169
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue