From 04eb6c0f2e5e82b7400d447ed06489167972e524 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Tue, 2 Sep 2025 09:55:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NEUIKit/pages/Conversation/conversation-list/conversation-item.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue b/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue index 8788802..ba356e9 100644 --- a/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue +++ b/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue @@ -152,7 +152,7 @@ const lastMsgContent = computed(() => { if (!lastMsg.text && lastMsg.attachment && lastMsg.attachment.raw) { console.log("lastMsglastMsglastMsg123", lastMsg); - if(!lastMsg.text && lastMsg.attachment && la+stMsg.attachment.raw && lastMsg.attachment.ext == '.mp4' && lastMsg.attachment.url){ + if(!lastMsg.text && lastMsg.attachment && lastMsg.attachment.raw && lastMsg.attachment.ext == '.mp4' && lastMsg.attachment.url){ _str = "[视频]"; } else if (JSON.parse(lastMsg.attachment.raw).type == 100002){