Commit fe73c897 authored by liujiangnan's avatar liujiangnan

fix: 调试

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