Browse Source

修改问题

潘超林 5 days ago
parent
commit
9c57a3d898
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TUIKit/components/TUIConversation/conversation-list/index.vue

+ 1 - 1
TUIKit/components/TUIConversation/conversation-list/index.vue

@@ -88,7 +88,7 @@
       </div>
     </div>
     <div
-      v-if="conversationList"
+      v-if="conversationList.length == 0"
       style="
         display: flex;
         flex-direction: column;