mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修正文件上传问题
This commit is contained in:
parent
eb0bc3f3cd
commit
c973e008ae
@ -51,6 +51,7 @@ define(['md5'], function (SparkMD5, allowExtsMimes) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, progress: function (n) {
|
}, progress: function (n) {
|
||||||
|
console.log(arguments)
|
||||||
$('[data-upload-progress]').html(n + '%');
|
$('[data-upload-progress]').html(n + '%');
|
||||||
}, done: function (ret, index, file) {
|
}, done: function (ret, index, file) {
|
||||||
if (++options.count.uploaded >= options.count.total) {
|
if (++options.count.uploaded >= options.count.total) {
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user