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]