From 0fa8be9561640b6dafccb7e0bc07df1c60d988a5 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RH64908\\Administrator" Date: Wed, 3 Dec 2025 15:12:09 +0800 Subject: [PATCH] 1 --- .../~Lua/Modules/DailyRecharge/GMEspecially.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/DailyRecharge/GMEspecially.lua b/Assets/ManagedResources/~Lua/Modules/DailyRecharge/GMEspecially.lua index 36410dbbdf..9aaa7def5e 100644 --- a/Assets/ManagedResources/~Lua/Modules/DailyRecharge/GMEspecially.lua +++ b/Assets/ManagedResources/~Lua/Modules/DailyRecharge/GMEspecially.lua @@ -13,7 +13,7 @@ function GMEspecially:InitComponent() cursortingOrder = 0 self.backBtnNew = Util.GetGameObject(self.transform, "BG") self.backBtn = Util.GetGameObject(self.transform, "frame") - self.title = Util.GetGameObject(self.backBtn, "bg/title"):GetComponent("Image") + --self.title = Util.GetGameObject(self.backBtn, "bg/title"):GetComponent("Image") self.items = {} self.rewardContent = {} @@ -68,8 +68,8 @@ function GMEspecially:OnSortingOrderChange() cursortingOrder = self.sortingOrder end function GMEspecially:OnShow() - self.title.sprite = self.spLoader:LoadSprite("gm_GMEspecially_text_zh") - self.title:SetNativeSize() + --self.title.sprite = self.spLoader:LoadSprite("gm_GMEspecially_text_zh") + --self.title:SetNativeSize() self:RefreshPanel() end