Commit 4b6bc49b authored by liujiangnan's avatar liujiangnan

feat: 隐藏掉提交按钮

parent 0152ed02
...@@ -1630,6 +1630,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -1630,6 +1630,7 @@ export class PlayComponent implements OnInit, OnDestroy {
okBtnClick() { okBtnClick() {
this.checkPanel.visible = false; this.checkPanel.visible = false;
this.appRef.tick(); this.appRef.tick();
this.hideSubmit();
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