Commit 86e1c35f authored by liujiaxin's avatar liujiaxin

www

parent 7b463ce8
......@@ -95,7 +95,7 @@ export class PlayComponent extends BaseResizeComponent implements OnInit, AfterV
// 获取数据
const getData = (window as any).courseware.getData;
getData((data) => {
console.log('getData', data);
if (data && typeof data === 'object') {
this.data = data;
}
......
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