获取好友信息的时候,排除自己,但是还要把自己的信息加载到内存中

This commit is contained in:
2022-02-28 10:26:48 +08:00
parent 3e1275fc74
commit e8e496cf37
4 changed files with 10 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
<view class="header">
<view class="name">
{{ contact(item.targetId).name }}
<text v-if="item.conversationType === 3" class='group'>[]</text>
<!-- <text v-if="item.conversationType === 3" class='group'>[]</text> -->
</view>
<view class="time">{{ item.sentTime|timeCustomCN }}</view>
</view>