Commit 0152ed02 authored by liujiangnan's avatar liujiangnan

fix: 截图问题

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