|
@@ -43,7 +43,9 @@
|
|
|
<img src="/static/serverImg/mine/user.png" alt="" class="chat-img" v-else />
|
|
|
<view class="chat-box">
|
|
|
<view class="chat-top">
|
|
|
- <text class="chat-name">{{ item.conversationType === '1' ? '系统消息' :
|
|
|
+ <text class="chat-name">{{['1','3'].includes(item.conversationType) ?
|
|
|
+ item.conversationType ==='1'?'系统消息' :'客服'
|
|
|
+ :
|
|
|
type ? item.volunteerName : item.userName }}</text>
|
|
|
<text class="chat-time">{{ handlerData(item.newestMsgTime ||
|
|
|
item.createTime) }}</text>
|