修正文件上传问题

This commit is contained in:
Anyon 2020-02-25 14:29:30 +08:00
parent eb0bc3f3cd
commit c973e008ae
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ define(['md5'], function (SparkMD5, allowExtsMimes) {
});
}
}, progress: function (n) {
console.log(arguments)
$('[data-upload-progress]').html(n + '%');
}, done: function (ret, index, file) {
if (++options.count.uploaded >= options.count.total) {

File diff suppressed because one or more lines are too long