Commit 15cd6a69 by Sweet Zhang

处理有时候海报加载不出来的问题

parent 82df6b7c
......@@ -111,7 +111,9 @@ export class MkMaterialDetailComponent implements OnInit {
shareCallBack() {
this.myService.shareCallBack(this.shareInfo).subscribe(res => {
if (res['success']) {
this.canvasPic();
setTimeout(() => {
this.canvasPic();
}, 0);
} else {
}
......
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