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

@ -16,7 +16,7 @@
<view class="" v-if="current == 1"> <view class="" v-if="current == 1">
<telPanel /> <telPanel />
</view> </view>
<div style="height: 48px; background-color: #ededed" ></div> <div style="height: 48px; background-color: #ededed"></div>
</scroll-view> </scroll-view>
<view class="g_h_all" v-if="!isLogin"> <view class="g_h_all" v-if="!isLogin">
<view class="" hover-class="none" hover-stop-propagation="false" style="height: 108px"> </view> <view class="" hover-class="none" hover-stop-propagation="false" style="height: 108px"> </view>
@ -135,6 +135,7 @@ onShow(() => {
console.log("contactListcontactListcontactListcontactListcontactList", contactList.value.conversationList); console.log("contactListcontactListcontactListcontactListcontactList", contactList.value.conversationList);
contactList.value.conversationList = res.conversationList; contactList.value.conversationList = res.conversationList;
}); });
setTimeout(() => { setTimeout(() => {
const unread = uni.$UIKitNIM.V2NIMConversationService.getTotalUnreadCount(); const unread = uni.$UIKitNIM.V2NIMConversationService.getTotalUnreadCount();
// if (unread === 0) { // if (unread === 0) {

@ -82,7 +82,7 @@
<Icon @tap="handleEmojiVisible" class="g_p_6" style="padding-right: 5px" :size="28" <Icon @tap="handleEmojiVisible" class="g_p_6" style="padding-right: 5px" :size="28"
type="icon-biaoqing" /> type="icon-biaoqing" />
</div> </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" <Icon @tap="handleSendMoreVisible" class="g_p_6" style="padding-left: 5px; padding-right: 8px"
type="send-more" :size="28" /> type="send-more" :size="28" />
</div> </div>

Loading…
Cancel
Save