From b24f5508a97d56ac5debae51eef5469905295eac Mon Sep 17 00:00:00 2001 From: "DESKTOP-7R8JEQQ\\k" <1076390229@qq.com> Date: Tue, 8 Jul 2025 18:24:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E5=87=BA=E4=BA=B2=E5=8F=8B=E5=9C=88?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/base_project/Game/View/Family/FamilyMyFamily.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua_probject/base_project/Game/View/Family/FamilyMyFamily.lua b/lua_probject/base_project/Game/View/Family/FamilyMyFamily.lua index 75a9cc5f..670f6410 100644 --- a/lua_probject/base_project/Game/View/Family/FamilyMyFamily.lua +++ b/lua_probject/base_project/Game/View/Family/FamilyMyFamily.lua @@ -315,7 +315,8 @@ function FamilyMyFamily:Init() end self.networkSending = false self.cTips.selectedIndex = 1 - self:Close() + --self:Close() + BaseWindow.DestroyAll() ControllerManager.ChangeController(NewGroupController) ViewManager.ChangeView(ViewManager.View_Family) end)