Commit 0152ed02 authored by liujiangnan's avatar liujiangnan

fix: 截图问题

parent 6f31c21c
......@@ -693,14 +693,18 @@ export class PlayComponent implements OnInit, OnDestroy {
showSubmit() {
if(this.submitBtn){
this.submitBtn.visible = true;
this.submitBtn.shadowSpr.visible = true;
}
}
hideSubmit() {
if(this.submitBtn){
this.submitBtn.visible = false;
this.submitBtn.shadowSpr.visible = false;
}
}
testInput() {
......@@ -1631,7 +1635,7 @@ export class PlayComponent implements OnInit, OnDestroy {
this.convertCanvasToImage();
this.initResultView();
}, 1);
}, 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