mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-21 14:29:15 +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 || {},
|
||||
multiple: $(element).attr('data-multiple') > 0,
|
||||
before: function () {
|
||||
this.proindex = $.msg.loading('上传进度 <span data-upload-progress></span>');
|
||||
this.proindex = $.msg.loading('上传进度 <span data-upload-progress>0%</span>');
|
||||
},
|
||||
progress: function (n) {
|
||||
$('[data-upload-progress]').html(n + '%');
|
||||
|
Loading…
x
Reference in New Issue
Block a user