Commit 098bb6b0 authored by liujiaxin's avatar liujiaxin

add video cover

parent 7cde1a27
......@@ -44,6 +44,7 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni
// 获取数据
const getData = ( window as any).courseware.getData;
getData((data) => {
console.log(111, data);
if (data && typeof data === 'object') {
this.data = data;
}
......
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