会话存档

This commit is contained in:
liuye
2023-06-08 16:48:32 +08:00
parent 7923da175a
commit a8cffd58d6
2 changed files with 12 additions and 11 deletions

View File

@@ -32,7 +32,6 @@
<div class="item" v-for="(item, index) in list" :key="index" @click="toDetail(item)">
<img :src="item.toUserAvatar" alt="" v-if="currentTabs == 1">
<p v-if="currentTabs == 1">{{item.toUserName}}</p>
<img src="./img/group-img.png" alt="" v-if="currentTabs != 1">
<p v-if="currentTabs != 1">{{item.roomName}}</p>
</div>