|
|
|
@ -487,7 +487,7 @@ export class HomePageNologinComponent implements OnInit {
|
|
|
|
|
this.listRefreshService.getMessage().subscribe((message: any) => { |
|
|
|
|
//列表刷新
|
|
|
|
|
if (message.type == 'add') { |
|
|
|
|
console.log('咱这边收到通知刷新页面了') |
|
|
|
|
// console.log('咱这边收到通知刷新页面了')
|
|
|
|
|
this.getHomeAggregation() |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|