Commit 27b4c708 by Tianqing Liu

feat: 关闭截图加载状态

1 parent 57b8ce8c
...@@ -949,6 +949,7 @@ const goCaptureImg = () => { ...@@ -949,6 +949,7 @@ const goCaptureImg = () => {
}; };
// 截图出口 // 截图出口
const screenshotEnd = (imgData) => { const screenshotEnd = (imgData) => {
Toast.clear()
// 截图成功后,设置 // 截图成功后,设置
isAllowScreenshot.value = true; isAllowScreenshot.value = true;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!