Commit 3c58a4ba authored by limingzhe's avatar limingzhe

fix: debug

parent 7e506cf1
......@@ -638,10 +638,13 @@ getUnusedWord(ques: any): any {
console.log('getBookTextLis res: ', res);
};
(<any>window).commonPostMessageWithCallback({
if (commonPostMessageWithCallback) {
commonPostMessageWithCallback({
action: 'getPictureBookTextList'
}, call_back
);
}, call_back);
}
// if ((<any>window).courseware.getPictureBookTextList) {
......
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