From 4dab4838c5e1cccbe3fcd1c70c0a13e265211b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Sat, 14 Jun 2025 23:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=99=AE=E9=80=9A=E6=88=90?= =?UTF-8?q?=E5=91=98=E5=A4=9A=E6=AC=A1=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/NewGroup/MngView/GroupMngPartnerStatViewAlone.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatViewAlone.lua b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatViewAlone.lua index 1458a984..5f41350a 100644 --- a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatViewAlone.lua +++ b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngPartnerStatViewAlone.lua @@ -73,6 +73,11 @@ function M:NewRecordTableChildQian(table, isMe, fatherId) pt(table) local childNum = #table - isMe local fatherList = self.record_total_data[fatherId].list + if self.record_total_data[fatherId].showMumber then + ViewUtil.ErrorTip(nil, "已展示全部普通成员") + return + end + self.record_total_data[fatherId].showMumber = true self:RecursionChangeHeight(fatherId, childNum) for i = 1 + isMe, childNum + isMe do local mainRecord = table[i]