fix: bug修复
This commit is contained in:
parent
770e9879e9
commit
b9812d76e6
@ -23,7 +23,13 @@
|
||||
]"
|
||||
:key="item.id"
|
||||
>
|
||||
<div v-if="item.status === 2">
|
||||
<div
|
||||
v-if="
|
||||
item.status === 2 ||
|
||||
(item.userType === 2 &&
|
||||
item.userId === store.state.userInfo.account)
|
||||
"
|
||||
>
|
||||
<div class="chat-time" v-if="item.chatTime">
|
||||
{{ item.chatTime }}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user