소스 검색

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