退出显示

master
罗家炜 2025-08-07 16:32:51 +08:00
parent e6b0511c1f
commit 5d8ca3ba8b
1 changed files with 1 additions and 1 deletions

View File

@ -376,8 +376,8 @@ function M:_evtOnFamilyMemberOut(...)
tips = string.format(tips, name, uid, group.name, groupId)
local win = MsgWindow.new(view._view, tips, MsgWindow.MsgMode.OnlyOk)
win:Show()
-- view._close_destroy = true
if view._group.id == groupId then
view._close_destroy = true
ViewManager.ChangeView(ViewManager.View_Lobby)
end
end