Commit fda90d56 authored by liujiangnan's avatar liujiangnan

debug

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