From 9741424a38e5061326cd7ebe402d175d1971b772 Mon Sep 17 00:00:00 2001 From: 1076390229 <1076390229@qq.com> Date: Mon, 28 Jul 2025 22:49:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0callback?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/base_project/Game/View/FamilyView.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua_probject/base_project/Game/View/FamilyView.lua b/lua_probject/base_project/Game/View/FamilyView.lua index d840946e..8ceb917e 100644 --- a/lua_probject/base_project/Game/View/FamilyView.lua +++ b/lua_probject/base_project/Game/View/FamilyView.lua @@ -486,7 +486,8 @@ function M:OnEnterGroupCallBack() self:ReflashChatRoomRedPoint() - fgCtr:FG_Get_Online_Member(self._group.id, callback) + fgCtr:FG_Get_Online_Member(self._group.id, function(res) + end) end function M:UpdateFamilyRoom(fgCtr, id)