Commit 6950c4a0 authored by limingzhe's avatar limingzhe

fix: 拍照

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