Commit fda90d56 authored by liujiangnan's avatar liujiangnan

debug

parent 20df0450
......@@ -1633,9 +1633,12 @@ export class PlayComponent implements OnInit, OnDestroy {
this.appRef.tick();
setTimeout(() => {
this.hideSubmit();
this.convertCanvasToImage();
this.initResultView();
this.hideSubmit();
setTimeout(() => {
this.initResultView();
}, 100);
}, 100);
}
......
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