From ad029e528b663b05f7c8520c06689bb8159f149a Mon Sep 17 00:00:00 2001 From: "DESKTOP-7R8JEQQ\\k" <1076390229@qq.com> Date: Tue, 8 Jul 2025 15:15:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=B6=E6=97=8F=E5=A4=B4=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/base_project/Game/View/FamilyView.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua_probject/base_project/Game/View/FamilyView.lua b/lua_probject/base_project/Game/View/FamilyView.lua index 854aee2f..eeed7eee 100644 --- a/lua_probject/base_project/Game/View/FamilyView.lua +++ b/lua_probject/base_project/Game/View/FamilyView.lua @@ -311,6 +311,8 @@ function M:ChangeNumber(fgCtr, group_id, limit, num, minus_only, sort_type) obj:GetChild('title').emojies = EmojiDitc.EmojiesDitc obj:GetChild('title').text = members[index + 1].nick obj:GetController('type').selectedIndex = members[index + 1].online and members[index + 1].online or 0 + local loader_icon = obj:GetChild("btn_head"):GetChild("icon") + ImageLoad.Load(members[index + 1].portrait, loader_icon) end list_familyNumber.numItems = #self._group.members return 1