mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
提交调整
This commit is contained in:
@@ -105,7 +105,9 @@
|
||||
if(res.result.list.length!=0){
|
||||
res.result.list.forEach(item => {
|
||||
item.authorInfo={avatar:'',name:'',code:'',sex:null};
|
||||
ids.push(item.sendAid);
|
||||
if(item.sendAid){
|
||||
ids.push(item.sendAid);
|
||||
}
|
||||
item.checked = false;
|
||||
this.message.list.push(item);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user