🐛 abab
This commit is contained in:
stapxs 2023-03-16 14:34:38 +08:00
parent 7cf02670e7
commit b65afa6989
1 changed files with 1 additions and 1 deletions

View File

@ -1167,7 +1167,7 @@ export default defineComponent({
var onProgress = function (e: ProgressEvent) {
const percent = Math.round(e.loaded / e.total * 100)
if(percent % 10 === 0) {
new PopInfo().add(PopType.INFO, app.config.globalProperties.$t('pop_send_file') + percent + ' %')
new PopInfo().add(PopType.INFO, app.config.globalProperties.$t('pop_send_file', { percent: percent}))
}
}