Commit 20df0450 authored by liujiangnan's avatar liujiangnan

feat: 屏蔽按钮

parent 4b6bc49b
...@@ -1629,8 +1629,8 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -1629,8 +1629,8 @@ export class PlayComponent implements OnInit, OnDestroy {
okBtnClick() { okBtnClick() {
this.checkPanel.visible = false; this.checkPanel.visible = false;
this.appRef.tick();
this.hideSubmit(); this.hideSubmit();
this.appRef.tick();
setTimeout(() => { setTimeout(() => {
this.convertCanvasToImage(); this.convertCanvasToImage();
......
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