Commit b8dd0d73 authored by tanyaocheng's avatar tanyaocheng

解决多文件上传时,回填markdown是名称异常

parent 4524cf3c
...@@ -467,7 +467,7 @@ admin.article = { ...@@ -467,7 +467,7 @@ admin.article = {
return; return;
} }
$('#articleUpload').after('<div id="uploadContent">![' + filename + '](http://' $('#articleUpload').after('<div id="uploadContent">![' + data.files[0].name + '](http://'
+ qiniu.qiniuDomain + qiniuKey + ')</div>'); + qiniu.qiniuDomain + qiniuKey + ')</div>');
}, },
fail: function (e, data) { fail: function (e, data) {
......
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