Commit 54019b5b authored by liujiaxin's avatar liujiaxin

www

parent 21dcb4e4
...@@ -108,7 +108,7 @@ export class FormComponent implements OnInit, OnChanges, AfterViewInit, OnDestro ...@@ -108,7 +108,7 @@ export class FormComponent implements OnInit, OnChanges, AfterViewInit, OnDestro
// 获取存储的数据 // 获取存储的数据
(window as any).courseware.getData((data) => { (window as any).courseware.getData((data) => {
console.log(111, data)
if (data) { if (data) {
this.item = data; this.item = data;
// if (this.angularCropper) { // if (this.angularCropper) {
......
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