Browse Source

Update index.vue

lex 6 months ago
parent
commit
908f946042
1 changed files with 1 additions and 1 deletions
  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,
           },
           "*"
         );