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