SK_LongZhu
DESKTOP-MMO982B\User 2025-06-17 13:37:16 +08:00
parent f267a0254c
commit e399ed2c8a
1 changed files with 2 additions and 2 deletions

View File

@ -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")