mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-21 22:39:16 +08:00
Update uploader.js
This commit is contained in:
parent
597e2d0dc3
commit
77c9882612
2
public/static/plugs/jquery/uploader.js
vendored
2
public/static/plugs/jquery/uploader.js
vendored
@ -18,7 +18,7 @@ define(function () {
|
|||||||
headers: headers || {},
|
headers: headers || {},
|
||||||
multiple: $(element).attr('data-multiple') > 0,
|
multiple: $(element).attr('data-multiple') > 0,
|
||||||
before: function () {
|
before: function () {
|
||||||
this.proindex = $.msg.loading('上传进度 <span data-upload-progress></span>');
|
this.proindex = $.msg.loading('上传进度 <span data-upload-progress>0%</span>');
|
||||||
},
|
},
|
||||||
progress: function (n) {
|
progress: function (n) {
|
||||||
$('[data-upload-progress]').html(n + '%');
|
$('[data-upload-progress]').html(n + '%');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user