Commit 85cb0c22 by guanzhenshan

修改上传的提示文字,增加等待提示

parent d16080f2
...@@ -512,7 +512,7 @@ ...@@ -512,7 +512,7 @@
}); });
uploader.on('uploadSuccess', function () { uploader.on('uploadSuccess', function () {
$('#txt_tip').html('上传成功,待保存数据'); $('#txt_tip').html('上传成功,待保存数据,请稍等系统操作完成。');
}); });
uploader.on('uploadError', function (file) { uploader.on('uploadError', function (file) {
......
...@@ -548,7 +548,7 @@ ...@@ -548,7 +548,7 @@
}); });
uploader.on('uploadSuccess', function () { uploader.on('uploadSuccess', function () {
$('#txt_tip').html('上传成功,待保存数据'); $('#txt_tip').html('上传成功,待保存数据,请稍等系统操作完成。');
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment