From fbc490737b4b60c6523b29e5b1e0f34a378ed30b Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Tue, 20 Jul 2021 11:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=85=AC=E4=BC=9A=E3=80=91=E5=9C=A8?= =?UTF-8?q?=E5=85=AC=E4=BC=9A=E7=95=8C=E9=9D=A2=E6=95=A3=E4=BC=9A=EF=BC=8C?= =?UTF-8?q?=E9=BB=91=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Guild/MyGuildManager.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/MyGuildManager.lua b/Assets/ManagedResources/~Lua/Modules/Guild/MyGuildManager.lua index c83108ebfd..da79db141d 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/MyGuildManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/MyGuildManager.lua @@ -616,6 +616,9 @@ function MyGuildManager.BeKickOut(msg) ResetServerRedPointStatus(RedPointType.Guild_Apply) ResetServerRedPointStatus(RedPointType.Guild_Shop) ResetServerRedPointStatus(RedPointType.Shop_Guild_Check) + Timer.New(function () + UIManager.OpenPanel(UIName.MainPanel) + end,0.3):Start() else local rIndex = nil for index, mem in ipairs(this.MyGuildMemList) do