From 6e1c4d46df9e0fdca44009e662150a5062404fcf Mon Sep 17 00:00:00 2001 From: wtq <2394975549@qq.com> Date: Fri, 23 Jan 2026 16:08:59 +0800 Subject: [PATCH] '!' --- src/subPages/messageChild/msgChat/msgChat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subPages/messageChild/msgChat/msgChat.ts b/src/subPages/messageChild/msgChat/msgChat.ts index e85b2a0..1b1069a 100644 --- a/src/subPages/messageChild/msgChat/msgChat.ts +++ b/src/subPages/messageChild/msgChat/msgChat.ts @@ -108,7 +108,7 @@ const msgChatFn = function () { let newMsg = res.data[`${venderIDInfo.appID}:${venderIDInfo.MT}:${useData.vendorID}:${useData.userID}`] || [] newMsg.forEach((element: any) => { let resData = jxParse(element) - let msg_content = resData.msgContent.msg_type == 1 ? analyEmoji(Decrypt(resData.msgContent.msg_content, platformID.value)) : Decrypt(resData.msgContent.msg_content, platformID.value) + let msg_content = resData.msgContent.msg_type == 1 || resData.msgContent.msg_type == 11 ? analyEmoji(Decrypt(resData.msgContent.msg_content, platformID.value)) : Decrypt(resData.msgContent.msg_content, platformID.value) if (resData.msgContent.msg_type == 4) msg_content = resData.msgContent.app_spu_codes // 商品skuid if (resData.msgContent != undefined) { let msgList = {