From e399ed2c8ad2d29ec9117f82787b1f4ff3f2cde8 Mon Sep 17 00:00:00 2001 From: "DESKTOP-MMO982B\\User" <752966621@qq.com> Date: Tue, 17 Jun 2025 13:37:16 +0800 Subject: [PATCH] 11 --- .../~Lua/Modules/WorldArena/WorldArenaUpRewardPanel.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/WorldArena/WorldArenaUpRewardPanel.lua b/Assets/ManagedResources/~Lua/Modules/WorldArena/WorldArenaUpRewardPanel.lua index 7265976f22..38da5daad9 100644 --- a/Assets/ManagedResources/~Lua/Modules/WorldArena/WorldArenaUpRewardPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/WorldArena/WorldArenaUpRewardPanel.lua @@ -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")