fix: 客服转移消息

feature/pay-0615-ch
ch 3 years ago
parent d694741ee1
commit 07f0f61983

@ -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-12 15:30:00 * @LastEditTime: 2022-06-14 15:14:02
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -24,6 +24,9 @@
<template v-if="item.lastMessage.payload.customType === 'app_push'"> <template v-if="item.lastMessage.payload.customType === 'app_push'">
{{item.lastMessage.payload.link ? '[链接]' : item.lastMessage.payload.content}} {{item.lastMessage.payload.link ? '[链接]' : item.lastMessage.payload.content}}
</template> </template>
<template v-if="item.lastMessage.payload.customType === 'transferWaiterSession'">
[客服转移]
</template>
</template> </template>
<template v-if="item.lastMessage.type == msgType.IMG">[]</template> <template v-if="item.lastMessage.type == msgType.IMG">[]</template>
<template v-if="item.lastMessage.type == msgType.VIDEO">[]</template> <template v-if="item.lastMessage.type == msgType.VIDEO">[]</template>

Loading…
Cancel
Save