【奖励详情】报错修改
parent
834cdf87da
commit
9fa6f3a2b3
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue