From a946a534733e7fc890599577572174ba9949ac41 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 19 Jan 2026 17:29:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B4=BB=E8=B7=83=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/contacts_management.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/admin/dashboard/templates/contacts_management.html b/admin/dashboard/templates/contacts_management.html index 3ca8c87..6e740cf 100644 --- a/admin/dashboard/templates/contacts_management.html +++ b/admin/dashboard/templates/contacts_management.html @@ -359,7 +359,7 @@
@@ -760,7 +760,8 @@ : item.display_name) : (item.nick_name || item.wxid), status: item.status, - latest_active_time: item.latest_active_time + latest_active_time: item.latest_active_time, + small_head_img_url:item.small_head_img_url })); console.log('处理后的群成员列表:', this.groupMembersList); // 添加调试日志 } else {