会话存档
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
<div class="item-content-flex">
|
||||
<!-- <i class="el-icon-warning" v-if="item.userId == id"></i> -->
|
||||
<img :src="item.userAvatar" alt="" class="user-img" v-if="item.userId != id">
|
||||
<img src="./img/user-img.png" alt="" class="user-img" v-if="item.userId != id && !item.userAvatar">
|
||||
|
||||
<div class="content" v-if="item.msgType == 'text'">
|
||||
<span></span>
|
||||
@@ -214,6 +215,7 @@
|
||||
},
|
||||
typeClick(index) {
|
||||
this.tabIndex = index
|
||||
this.msgType = 0
|
||||
this.getListInit()
|
||||
},
|
||||
onChange() {
|
||||
@@ -230,6 +232,7 @@
|
||||
},
|
||||
leftClick(index) {
|
||||
this.leftActiveIndex = index
|
||||
this.msgType = 0
|
||||
this.getMsgListInit()
|
||||
},
|
||||
msgTypeClick(index) {
|
||||
|
||||
Reference in New Issue
Block a user