|
|
|
@ -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) {
|
|
|
|
|