Commit e0de268a authored by liujiaxin's avatar liujiaxin

add video cover

parent 5dd22a2b
...@@ -138,6 +138,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -138,6 +138,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
this.save(); this.save();
}, },
(err) => { (err) => {
console.log(err);
this.nzMessageService.error('封面截取失败'); this.nzMessageService.error('封面截取失败');
} }
); );
......
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