From 29b257b8cd8be385ae480dac7f888babfa65ff23 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 21 May 2026 11:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(im):=20=E4=BF=AE=E4=B8=80?= =?UTF-8?q?=E6=89=B9=E7=8A=B6=E6=80=81=E4=B8=B2=E6=89=B0=EF=BC=9A=E7=BE=A4?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=88=97=E8=A1=A8=E9=98=B2=E5=90=8C=E7=BE=A4?= =?UTF-8?q?=20WS=20=E6=8E=A8=E9=80=81=E4=B9=B1=E5=BA=8F=E8=A6=86=E7=9B=96?= =?UTF-8?q?=E3=80=81=E7=BE=A4=E5=85=8D=E6=89=93=E6=89=B0=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E3=80=81=E8=B7=A8=E7=AB=AF=E7=BE=A4=E5=B7=B2?= =?UTF-8?q?=E8=AF=BB=E6=B8=85=20@=E3=80=81=E8=81=94=E7=B3=BB=E4=BA=BA=20se?= =?UTF-8?q?lection=20=E8=B7=9F=E9=9A=8F=20store=E3=80=81=E5=A5=BD=E5=8F=8B?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E6=8C=89=E9=92=AE=E5=B9=B6=E5=8F=91=E9=94=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../group/GroupRequestListDialog.vue | 42 ++++++++++----- .../pages/contact/FriendRequestDetail.vue | 28 +++++++++- src/views/im/home/pages/contact/index.vue | 53 ++++++++++++++++++- src/views/im/home/store/conversationStore.ts | 20 +++++++ src/views/im/home/store/groupStore.ts | 4 +- src/views/im/home/store/websocketStore.ts | 20 ++----- 6 files changed, 134 insertions(+), 33 deletions(-) diff --git a/src/views/im/home/components/group/GroupRequestListDialog.vue b/src/views/im/home/components/group/GroupRequestListDialog.vue index 2184ca51c..a9e0093bf 100644 --- a/src/views/im/home/components/group/GroupRequestListDialog.vue +++ b/src/views/im/home/components/group/GroupRequestListDialog.vue @@ -12,10 +12,7 @@ :close-on-click-modal="false" class="im-group-request-list__dialog" > -
+
@@ -32,10 +29,14 @@ :clickable="false" />
-
+
{{ latest.userNickname || `用户 ${latest.userId}` }}
-
+