Commit bc406851 authored by Vanesssa's avatar Vanesssa Committed by GitHub

Merge pull request #12224 from yaochengfly/master

解决多文件上传时,回填markdown是名称异常
parents 4524cf3c b8dd0d73
......@@ -467,7 +467,7 @@ admin.article = {
return;
}
$('#articleUpload').after('<div id="uploadContent">![' + filename + '](http://'
$('#articleUpload').after('<div id="uploadContent">![' + data.files[0].name + '](http://'
+ qiniu.qiniuDomain + qiniuKey + ')</div>');
},
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