【奖励详情】报错修改

dev_chengFeng
ZhangBiao 2021-12-20 10:30:51 +08:00
parent 834cdf87da
commit 9fa6f3a2b3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function this:InitComponent(gameObject)
this.LookDetailBtn:SetActive(false)
this.content=Util.GetGameObject(gameObject,"panel/content/grid/Text"):GetComponent("Text")
this.time=Util.GetGameObject(gameObject,"tip"):GetComponent("Text")
this.time:SetActive(false)
this.time.gameObject:SetActive(false)
this.grid = Util.GetGameObject(gameObject,"panel/rate/grid")
this.pre = Util.GetGameObject(gameObject,"panel/rate/rateprefab")
this.secondTitle=Util.GetGameObject(gameObject,"panel/Image1/Text"):GetComponent("Text")