修复已知问题
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
<RedEnvelope />
|
||||
|
||||
<!-- 直播按钮 -->
|
||||
|
||||
|
||||
<!-- #ifdef APP-PLUS -->
|
||||
<LiveStream
|
||||
v-if="
|
||||
|
||||
@@ -7,6 +7,10 @@
|
||||
:selectedConversationDomRect="currentConversationDomRect"
|
||||
@closeConversationActionMenu="closeConversationActionMenu"
|
||||
/>
|
||||
<cb-empty
|
||||
v-if="conversationList.length === 0"
|
||||
name="您还没有好友"
|
||||
></cb-empty>
|
||||
<div
|
||||
v-for="(conversation, index) in conversationList"
|
||||
:id="`convlistitem-${index}`"
|
||||
|
||||
Reference in New Issue
Block a user