From 5d8ca3ba8b30e3afad1d55c2ef871627e4b12b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Thu, 7 Aug 2025 16:32:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E5=87=BA=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/base_project/Game/View/Family/FamilyEventView.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua_probject/base_project/Game/View/Family/FamilyEventView.lua b/lua_probject/base_project/Game/View/Family/FamilyEventView.lua index 58e3a965..8841809a 100644 --- a/lua_probject/base_project/Game/View/Family/FamilyEventView.lua +++ b/lua_probject/base_project/Game/View/Family/FamilyEventView.lua @@ -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