Commit fe73c897 authored by liujiangnan's avatar liujiangnan

fix: 调试

parent 51eca916
...@@ -70,13 +70,18 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni ...@@ -70,13 +70,18 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni
getData((data) => { getData((data) => {
if (data && typeof data === 'object') { if (data && typeof data === 'object') {
this.data = data; this.data = data;
console.log(this.data);
} }
this.init(); this.init();
window["air"].hideAirClassLoading(this.saveKey, this.data); window["air"].hideAirClassLoading(this.saveKey, this.data);
this.refresh();
this.refresh();
}, this.saveKey); }, this.saveKey);
setTimeout(() => {
this.refresh();
}, 500);
} }
ngOnDestroy() { ngOnDestroy() {
......
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