From 9eefc838eb10153335fa993db90f9abd10ce63b8 Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Sun, 4 May 2025 16:46:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7:v=5F3.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-uniapp/components/chat-item/chat-item.vue | 9 --------- im-web/src/view/Group.vue | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/im-uniapp/components/chat-item/chat-item.vue b/im-uniapp/components/chat-item/chat-item.vue index 288adef..d0ed604 100644 --- a/im-uniapp/components/chat-item/chat-item.vue +++ b/im-uniapp/components/chat-item/chat-item.vue @@ -9,7 +9,6 @@ {{ chat.showName }} - {{ $date.toTimeText(chat.lastSendTime, true) }} @@ -138,14 +137,6 @@ export default { overflow: hidden; display: flex; align-items: center; - - .uni-tag { - text-align: center; - margin-left: 5rpx; - border: 0; - padding: 1px 5px; - //opacity: 0.8; - } } .chat-time { diff --git a/im-web/src/view/Group.vue b/im-web/src/view/Group.vue index 3050290..7f469e8 100644 --- a/im-web/src/view/Group.vue +++ b/im-web/src/view/Group.vue @@ -161,6 +161,7 @@ export default { // store数据不能直接修改,所以深拷贝一份内存 this.activeGroup = JSON.parse(JSON.stringify(group)); // 重新加载群成员 + this.groupMembers = []; this.loadGroupMembers(); }, onInvite() {