This commit is contained in:
wtq
2026-01-23 16:09:42 +08:00
parent cadc7a323c
commit 5dd439cc13

View File

@@ -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 = {