From 47c3c00b7f0c6ba1b7f787b830d64f7a811aa745 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <419983115@qq.com> Date: Fri, 9 Aug 2024 16:41:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=8F=E5=9C=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/HomeLand/HomeLandPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/HomeLand/HomeLandPanel.lua b/Assets/ManagedResources/~Lua/Modules/HomeLand/HomeLandPanel.lua index f1b1ebee90..4db4e707af 100644 --- a/Assets/ManagedResources/~Lua/Modules/HomeLand/HomeLandPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/HomeLand/HomeLandPanel.lua @@ -30,7 +30,7 @@ function HomeLand:InitComponent() self.priviText = Util.GetGameObject(self.Privi,"di/Text"):GetComponent("Text") --btns self.taskBtn = Util.GetGameObject(self.RightUp,"Task") - self.taskBtn:SetActive(false) + --self.taskBtn:SetActive(false) self.taskRed = Util.GetGameObject(self.taskBtn,"redpoint") self.yunYouBtn = Util.GetGameObject(self.RightUp,"YunYou") self.oneKey = Util.GetGameObject(self.RightDown,"OneKey")