Commit c8242175 authored by limingzhe's avatar limingzhe

fix: debug

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