Commit ef338029 authored by liujiangnan's avatar liujiangnan

feat: 去掉渲染事件

parent ea7d06da
...@@ -148,10 +148,10 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -148,10 +148,10 @@ export class PlayComponent implements OnInit, OnDestroy {
ballon_mapx_arr; ballon_mapx_arr;
@HostListener('window:resize', ['$event']) // @HostListener('window:resize', ['$event'])
onResize(event) { // onResize(event) {
this.winResizeEventStream.next(); // this.winResizeEventStream.next();
} // }
ngOnInit() { ngOnInit() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment