From 692b64756472ecd49b497480f233893dc3743b4e 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:53:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A2=AB=E8=B8=A2=E5=87=BA=E7=8E=A9=E5=AE=B6?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=97=B0=E5=96=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base_project/Game/View/Family/FamilyEventView.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua_probject/base_project/Game/View/Family/FamilyEventView.lua b/lua_probject/base_project/Game/View/Family/FamilyEventView.lua index 31ad7ee3..ab895787 100644 --- a/lua_probject/base_project/Game/View/Family/FamilyEventView.lua +++ b/lua_probject/base_project/Game/View/Family/FamilyEventView.lua @@ -373,14 +373,14 @@ function M:_evtOnFamilyMemberOut(...) return end if uid == DataManager.SelfUser.account_id then - local tips = "成员 【%s(%s)】退出了【%s(%s)】亲友圈" - tips = string.format(tips, name, uid, group.name, groupId) - local win = MsgWindow.new(view._view, tips, MsgWindow.MsgMode.OnlyOk) - win:Show() if view._group.id == groupId then view._close_destroy = true ViewManager.ChangeView(ViewManager.View_Lobby) end + local tips = "成员 【%s(%s)】退出了【%s(%s)】亲友圈" + tips = string.format(tips, name, uid, group.name, groupId) + local win = MsgWindow.new(view._view, tips, MsgWindow.MsgMode.OnlyOk) + win:Show() end end