fix: 会话列表展示

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

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

Loading…
Cancel
Save