master
wangxia 3 months ago
parent 77ef9cb236
commit 04eb6c0f2e

@ -152,7 +152,7 @@ const lastMsgContent = computed(() => {
if (!lastMsg.text && lastMsg.attachment && lastMsg.attachment.raw) { if (!lastMsg.text && lastMsg.attachment && lastMsg.attachment.raw) {
console.log("lastMsglastMsglastMsg123", lastMsg); 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 = "[视频]"; _str = "[视频]";
} }
else if (JSON.parse(lastMsg.attachment.raw).type == 100002){ else if (JSON.parse(lastMsg.attachment.raw).type == 100002){

Loading…
Cancel
Save