Commit c8242175 authored by limingzhe's avatar limingzhe

fix: debug

parent f33de8b0
...@@ -632,18 +632,19 @@ getUnusedWord(ques: any): any { ...@@ -632,18 +632,19 @@ getUnusedWord(ques: any): any {
} }
getBookTextLis() { getBookTextLis() {
if ((<any>window).courseware.getPictureBookTextList) { (<any>window).courseware.getPictureBookTextList((data) => {
console.log('getPictureBookTextList data: ', data);
});
(<any>window).courseware.getPictureBookTextList((data) => { // if ((<any>window).courseware.getPictureBookTextList) {
console.log('getPictureBookTextList data: ', data); // (<any>window).courseware.getPictureBookTextList((data) => {
// console.log('getPictureBookTextList data: ', data);
}); // });
} else { // } else {
console.log('not find getPictureBookTextList'); // console.log('not find getPictureBookTextList');
} // }
return null;
} }
} }
\ No newline at end of file
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