Commit 5110254e by chenxianqi

超时内容根据服务器显示

parent a04e0846
Showing with 1 additions and 1 deletions
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<!-- 聊天超时 --> <!-- 聊天超时 -->
<template v-if="item.biz_type == 'timeout'"> <template v-if="item.biz_type == 'timeout'">
<div class="system"> <div class="system">
<span>用户长时间无应答,会话结束</span> <span>{{item.payload}}</span>
<em>{{$formatFromNowDate(item.timestamp)}}</em> <em>{{$formatFromNowDate(item.timestamp)}}</em>
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment