Update upload.js

This commit is contained in:
Anyon 2022-07-11 19:32:15 +08:00
parent 119ca2dd4e
commit 8bb6262ccc

View File

@ -87,6 +87,8 @@ define(['md5', 'notify'], function (SparkMD5, Notify, allowMime) {
that.hash(files[index]).then(function (file) {
that.event('upload.hash', file).request(file, done);
});
}, error: function () {
that.event('upload.error', {file: file}, file, '压缩失败');
}
});
});