Commit f72d7b9c authored by liujiaxin's avatar liujiaxin

asdasd

parent 73e18525
...@@ -69,9 +69,11 @@ export class PlayComponent implements OnInit { ...@@ -69,9 +69,11 @@ export class PlayComponent implements OnInit {
if (data && typeof data === 'object') { if (data && typeof data === 'object') {
this.data = data; this.data = data;
} }
window["air"].hideAirClassLoading(this.saveKey, this.data); this.changeDetectorRef.markForCheck();
this.changeDetectorRef.detectChanges();
this.refresh(); this.refresh();
window["air"] && window["air"].hideAirClassLoading(this.saveKey, this.data);
}, this.saveKey); }, this.saveKey);
} }
......
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