lex 6 месяцев назад
Родитель
Сommit
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,
           },
           "*"
         );