This commit is contained in:
朱子楚\zhuzi
2023-07-20 21:54:45 +08:00
parent d014997d52
commit 29329d10df
4 changed files with 8 additions and 4 deletions

View File

@ -60,8 +60,9 @@ FluScrollablePage{
}
onFinish: {
btn_download.disabled = false
btn_download.text = "下载文件"
}
onDownloadFileProgress:
onDownloadProgress:
(recv,total)=>{
var precent = (recv/total * 100).toFixed(0) + "%"
btn_download.text = "下载中..."+precent