|
@@ -187,4 +187,7 @@ export class NoticeComponent implements OnInit {
|
|
// console.log(resultFriends);
|
|
// console.log(resultFriends);
|
|
// this.aiSer.friends = resultFriends['data'];
|
|
// this.aiSer.friends = resultFriends['data'];
|
|
}
|
|
}
|
|
|
|
+ onDelAllNoticeMap(){
|
|
|
|
+ this.msgServe.newNoticeMap = new Set();
|
|
|
|
+ }
|
|
}
|
|
}
|