Commit d9d7b4d1 authored by liujiangnan's avatar liujiangnan

fix: 测试

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