提交 5ee53bf6 编写于 作者: DCloud_JSON's avatar DCloud_JSON

更新 拦截异常继续执行

上级 a77462d7
...@@ -193,6 +193,7 @@ export default class CloudData { ...@@ -193,6 +193,7 @@ export default class CloudData {
return param == undefined ? datas : datas[0] return param == undefined ? datas : datas[0]
} }
set(data){ set(data){
if(!data) return
// 先判断是否存在 // 先判断是否存在
let item = this.find(data.id || data._id || Object.keys(data)[0]) let item = this.find(data.id || data._id || Object.keys(data)[0])
if(item){ if(item){
......
...@@ -39,8 +39,8 @@ class ConversationItem { ...@@ -39,8 +39,8 @@ class ConversationItem {
// 群聊 // 群聊
this.group = $state.group.find(this.group_id) this.group = $state.group.find(this.group_id)
if (!this.group) { if (!this.group) {
console.error('群聊本地不存在 this.group_id', this.group_id); console.error('群聊不存在', this)
// throw new Error('群聊不存在') throw new Error('群聊不存在')
} }
// 2. 设置群tag // 2. 设置群tag
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册