From e9e1eec1f8e2aa8b99657dfdf83cfa702274d037 Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Thu, 20 Jul 2023 18:05:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E5=AE=97=E9=97=A8=E7=BA=A2?= =?UTF-8?q?=E5=8C=85=E5=85=A5=E5=8F=A3=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua b/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua index 3b6c609b6b..e9e3986446 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua @@ -125,7 +125,7 @@ function GuildMainCityPanel:InitComponent() this.btnResult = Util.GetGameObject(this.rightBox, "result") this.btnRedPacket=Util.GetGameObject(this.rightBox,"redPacket") this.btnRedPacketRedPoint=Util.GetGameObject(this.btnRedPacket,"redPoint") - + this.btnRedPacket:SetActive(false) this.timeCount = Util.GetGameObject(self.transform,"Bg/btnCarDelay/Time") this.timeText = Util.GetGameObject(this.timeCount,"Text"):GetComponent("Text")