提交 6142e428 编写于 作者: DCloud_JSON's avatar DCloud_JSON

修复 会话列表的 note 存在 的问题

上级 b6b5fef5
...@@ -308,9 +308,9 @@ class Conversation { ...@@ -308,9 +308,9 @@ class Conversation {
// console.error('last_visible_msg',_last_visible_msg) // console.error('last_visible_msg',_last_visible_msg)
note = $utils.getMsgNote(_last_visible_msg) note = $utils.getMsgNote(_last_visible_msg)
} }
// 去掉\\n \\r \n \r 换行符 // 替换\\n \\r \n \r   < > & 为 空格
note = note.replace(/\\n|\\r|\n|\r/g, ' ') note = note.replace(/\\n|\\r|\n|\r| |<|>|&/g, ' ')
return note return note.trim()
}, },
// 刷新会话的更新时间 // 刷新会话的更新时间
update_time:{ update_time:{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册