Commit fa40a496 authored by limingzhe's avatar limingzhe

fix: 提交面板挡住

parent 6950c4a0
...@@ -1602,13 +1602,13 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -1602,13 +1602,13 @@ export class PlayComponent implements OnInit, OnDestroy {
okBtnClick() { okBtnClick() {
this.checkPanel.visible = false; this.checkPanel.visible = false;
this.appRef.tick();
setTimeout(() => { setTimeout(() => {
this.convertCanvasToImage(); this.convertCanvasToImage();
this.initResultView(); this.initResultView();
}, 10); }, 1);
} }
......
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