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){