Commit 6950c4a0 authored by limingzhe's avatar limingzhe

fix: 拍照

parent a36139c3
...@@ -1601,10 +1601,15 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -1601,10 +1601,15 @@ export class PlayComponent implements OnInit, OnDestroy {
okBtnClick() { okBtnClick() {
this.checkPanel.visible = false;
setTimeout(() => {
this.convertCanvasToImage(); this.convertCanvasToImage();
this.checkPanel.visible = false;
this.initResultView(); this.initResultView();
}, 10);
} }
cancelBtnClick() { cancelBtnClick() {
......
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