cyl/master-0822
wangxia 3 months ago
parent 5f4ab4dc7e
commit 67dd3b0e62

@ -135,6 +135,7 @@ onShow(() => {
console.log("contactListcontactListcontactListcontactListcontactList", contactList.value.conversationList);
contactList.value.conversationList = res.conversationList;
});
setTimeout(() => {
const unread = uni.$UIKitNIM.V2NIMConversationService.getTotalUnreadCount();
// if (unread === 0) {

@ -82,7 +82,7 @@
<Icon @tap="handleEmojiVisible" class="g_p_6" style="padding-right: 5px" :size="28"
type="icon-biaoqing" />
</div>
<div class="msg-input-button" v-if="false">
<div class="msg-input-button">
<Icon @tap="handleSendMoreVisible" class="g_p_6" style="padding-left: 5px; padding-right: 8px"
type="send-more" :size="28" />
</div>

Loading…
Cancel
Save