fix: 会话列表展示

feature/im-0602-ch
ch 3 years ago
parent 0df5bbcc18
commit 2df056765f

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-22 16:13:00
* @LastEditors: ch
* @LastEditTime: 2022-06-09 19:17:31
* @LastEditTime: 2022-06-10 11:29:11
* @Description: file content
-->
<template>
@ -21,8 +21,8 @@
<template v-if="item.lastMessage.payload.customType === 'orderAutoDelivery'">
{{item.lastMessage.payload.content}}
</template>
<template v-else>
[链接]
<template v-if="item.lastMessage.payload.customType === 'app_push'">
{{item.lastMessage.payload.link ? '[链接]' : item.lastMessage.payload.content}}
</template>
</template>
<template v-if="item.lastMessage.type == msgType.IMG">[]</template>

Loading…
Cancel
Save