From 77c98826121132de5feade7215e0a7fcc3b23455 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 11 Sep 2019 11:06:01 +0800 Subject: [PATCH] Update uploader.js --- public/static/plugs/jquery/uploader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + '%');