From 62477b97b548801cf892762e93d1ba45007f6580 Mon Sep 17 00:00:00 2001 From: 1076390229 <1076390229@qq.com> Date: Wed, 6 Aug 2025 17:03:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E9=80=80=E5=87=BA=E4=B8=8D?= =?UTF-8?q?=E7=94=A8=E9=87=8D=E8=BF=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/base_project/Game/View/FamilyView.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua_probject/base_project/Game/View/FamilyView.lua b/lua_probject/base_project/Game/View/FamilyView.lua index 8502909d..06935891 100644 --- a/lua_probject/base_project/Game/View/FamilyView.lua +++ b/lua_probject/base_project/Game/View/FamilyView.lua @@ -130,6 +130,7 @@ end function M:init(url) BaseView.InitView(self, url) + self._close_destroy = false self._full_offset = false local view = self._view self.lastTime = os.time()