From 674f2c502eb45c8e00c3b1f7a6e84b1bbcd97de8 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RH64908\\Administrator" Date: Fri, 15 Aug 2025 10:42:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E5=93=81=E8=AF=A6=E6=83=85=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E9=A1=B6=E9=83=A8=E5=93=81=E8=B4=A8=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E4=B8=BA=E8=93=9D=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Popup/RewardItemSingleShowPopup.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemSingleShowPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemSingleShowPopup.lua index 6372d67980..4ab837747d 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemSingleShowPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemSingleShowPopup.lua @@ -390,7 +390,8 @@ function RewardItemSingleShowPopup:OnShow() this.helpBtn.gameObject:SetActive(false) -- this.itemName.text = GetStringByEquipQua(itemConfigData.Quantity, GetLanguageStrById(itemConfigData.Name)) this.itemName.text =GetLanguageStrById(itemConfigData.Name) - this.topBar:GetComponent("Image").sprite = self.spLoader:LoadSprite("Bg_hz_beibao_pinjise_00"..itemConfigData.Quantity) + --this.topBar:GetComponent("Image").sprite = self.spLoader:LoadSprite("Bg_hz_beibao_pinjise_00"..itemConfigData.Quantity) + this.topBar:GetComponent("Image").sprite = self.spLoader:LoadSprite("Bg_hz_beibao_pinjise_003") --判断自选宝箱界面是否开启 if itemConfigData.ItemType==ItemType.Incarnation or itemConfigData.ItemType==ItemType.CommonChip then local skillId=0