【公会】在公会界面散会,黑屏
parent
625afbec42
commit
fbc490737b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue