Commit 38885f8a authored by 毛线's avatar 毛线

save

parent f7f4c9e0
...@@ -63,7 +63,7 @@ export default { ...@@ -63,7 +63,7 @@ export default {
let filled = 0 let filled = 0
const { loadingProgress } = this const { loadingProgress } = this
filled = max * loadingProgress filled = max * loadingProgress
return Math.ceil(filled) return Math.floor(filled)
}, },
}, },
watch: { watch: {
......
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