Commit d536f9ab authored by liujiaxin's avatar liujiaxin

11

parent 0c086d72
...@@ -53,7 +53,14 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni ...@@ -53,7 +53,14 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni
showQuestion: boolean; showQuestion: boolean;
ngOnInit() { ngOnInit() {
this.data = {}; this.data = {
contentObj: {
text: 'aaaaaaa',
question: 'sdfsdfsdf',
pic_id: null,
audio_id: null
}
};
// 获取数据 // 获取数据
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