Ver código fonte

Update index.vue

lex 6 meses atrás
pai
commit
908f946042

+ 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,
           },
           "*"
         );