Explorar el Código

Update index.vue

lex hace 6 meses
padre
commit
908f946042
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
           },
           "*"
         );