fix: bug修复

This commit is contained in:
kaizheng(郑凯) 2025-02-12 21:36:28 +08:00
parent 770e9879e9
commit b9812d76e6

View File

@ -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>