SK_LongZhu
parent
f267a0254c
commit
e399ed2c8a
|
|
@ -23,8 +23,8 @@ function WorldArenaUpRewardPanel:InitComponent()
|
|||
this.scoreTxt=Util.GetGameObject(self.gameObject, "Bg/hangOnTime"):GetComponent("Text")
|
||||
this.text1=Util.GetGameObject(self.gameObject, "Bg/upRewardObj/userNameText"):GetComponent("Text")
|
||||
this.text1.text="进阶奖励"
|
||||
this.tipImg=Util.GetGameObject(self.gameObject, "tipImage"):GetComponent("Image")
|
||||
this.tipImg.sprite=this.spLoader:LoadSprite("r_zhandou_rewardtap2_zh")
|
||||
--this.tipImg=Util.GetGameObject(self.gameObject, "tipImage"):GetComponent("Image")
|
||||
--this.tipImg.sprite=this.spLoader:LoadSprite("r_zhandou_rewardtap2_zh")
|
||||
this.rewardObj=Util.GetGameObject(self.gameObject, "Bg/upRewardObj")
|
||||
this.rewardObj:SetActive(false)
|
||||
this.grid=Util.GetGameObject(self.gameObject, "Bg/upRewardObj/scroll/grid")
|
||||
|
|
|
|||
Loading…
Reference in New Issue