浏览代码

Update index.vue

lex 6 月之前
父节点
当前提交
908f946042
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/TUIKit/TUIComponents/container/TUIConversation/index.vue

+ 1 - 1
src/TUIKit/TUIComponents/container/TUIConversation/index.vue

@@ -101,7 +101,7 @@ const TUIConversation = defineComponent({
         window.parent?.postMessage(
           {
             api: "getNoReadMessageCount",
-            count: val,
+            count: val.data || 0,
           },
           "*"
         );