Commit a27832d9 authored by liujiaxin's avatar liujiaxin

add default data

parent d446143c
...@@ -446,7 +446,10 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -446,7 +446,10 @@ export class PlayComponent implements OnInit, OnDestroy {
ngOnInit() { ngOnInit() {
this.data = {}; this.data = {
contentObj: {
}
};
// 获取数据 // 获取数据
const getData = (window as any).courseware.getData; const getData = (window as any).courseware.getData;
......
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