添加活跃时间

This commit is contained in:
liuwei
2026-01-19 17:29:47 +08:00
parent 5f7deb4235
commit a946a53473

View File

@@ -359,7 +359,7 @@
<div style="text-align: center; margin-bottom: 20px;">
<el-avatar
size="large"
{% raw %}:src="getHeadImage(currentPublic.wxid)" {% endraw %}
{% raw %}:src="{{currentPublic.small_head_img_url}}" {% endraw %}
{% raw %}@error="() => true" {% endraw %}
style="width: 100px; height: 100px;">
<img src="/static/logo.png"/>
@@ -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 {