mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-26 04:18:29 +00:00
no message
This commit is contained in:
parent
a13bc3f0bd
commit
37578cf4a0
@ -61,7 +61,7 @@
|
|||||||
<div class="dialog-text no-dark-content">
|
<div class="dialog-text no-dark-content">
|
||||||
<template v-if="dialog.type=='group' && dialog.last_msg">
|
<template v-if="dialog.type=='group' && dialog.last_msg">
|
||||||
<div v-if="dialog.last_msg.userid == userId" class="last-self">{{$L('你')}}</div>
|
<div v-if="dialog.last_msg.userid == userId" class="last-self">{{$L('你')}}</div>
|
||||||
<UserAvatar v-else :userid="dialog.last_msg.userid" :show-name="true" :show-icon="false"/>
|
<UserAvatar v-else :userid="dialog.last_msg.userid" :show-name="true" :show-icon="false" tooltip-disabled/>
|
||||||
</template>
|
</template>
|
||||||
<div class="last-text">{{formatLastMsg(dialog.last_msg)}}</div>
|
<div class="last-text">{{formatLastMsg(dialog.last_msg)}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user