diff --git a/public/static/plugs/jquery/uploader.js b/public/static/plugs/jquery/uploader.js
index f6b7acb1a..c7e6d45e3 100644
--- a/public/static/plugs/jquery/uploader.js
+++ b/public/static/plugs/jquery/uploader.js
@@ -18,7 +18,7 @@ define(function () {
headers: headers || {},
multiple: $(element).attr('data-multiple') > 0,
before: function () {
- this.proindex = $.msg.loading('上传进度 ');
+ this.proindex = $.msg.loading('上传进度 0%');
},
progress: function (n) {
$('[data-upload-progress]').html(n + '%');