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)