Commit 4d28318e authored by liujiaxin's avatar liujiaxin

111

parent 9b9b0325
......@@ -59,7 +59,7 @@ export class PlayComponent extends BaseResizeComponent implements OnInit {
// 获取数据
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