Commit d9d7b4d1 authored by liujiangnan's avatar liujiangnan

fix: 测试

parent fe73c897
...@@ -64,6 +64,7 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni ...@@ -64,6 +64,7 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni
}] }]
} }
}; };
this.init();
// 获取数据 // 获取数据
const getData = ( window as any).courseware.getData; const getData = ( window as any).courseware.getData;
...@@ -75,12 +76,10 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni ...@@ -75,12 +76,10 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni
this.init(); this.init();
window["air"].hideAirClassLoading(this.saveKey, this.data); window["air"].hideAirClassLoading(this.saveKey, this.data);
this.refresh(); setTimeout(() => {
}, this.saveKey); this.refresh();
}, 500);
setTimeout(() => { }, this.saveKey);
this.refresh();
}, 500);
} }
......
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