Commit fe1c301a authored by liujiangnan's avatar liujiangnan

fix: 去掉屏幕变化

parent 0fe5f9bf
......@@ -94,10 +94,10 @@ export class PlayComponent implements OnInit, OnDestroy {
private showPetalFlag: boolean;
private endPageArr: any;
@HostListener('window:resize', ['$event'])
onResize(event) {
this.winResizeEventStream.next();
}
// @HostListener('window:resize', ['$event'])
// onResize(event) {
// this.winResizeEventStream.next();
// }
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