下载完成进度条清空
continuous-integration/drone/push Build is running Details

main
wangxiaoshuang 2025-12-12 09:14:48 +08:00
parent 6bcd30969b
commit 9b0e2f9a2e
1 changed files with 3 additions and 0 deletions

View File

@ -375,6 +375,9 @@ export default {
if (type === 'downLoaded') { if (type === 'downLoaded') {
} }
if (type === 'zipEnd') { if (type === 'zipEnd') {
this.downLoadType = ''
this.percentage = 0
this.downLoadImageCount = 0
this.downloadVisible = false this.downloadVisible = false
if (this.downloadId) { if (this.downloadId) {
this.downloadImageSuccess() this.downloadImageSuccess()