修复产品详情上传图片回显问题

master
wyy 3 years ago
parent 4d9bbbe677
commit 3adfd5380c

@ -245,7 +245,7 @@ export default {
imageSuccessCBK (response, file, fileList) { imageSuccessCBK (response, file, fileList) {
const _this = this const _this = this
fileList.forEach(v => { fileList.forEach(v => {
window.tinymce.get(_this.tinymceId).insertContent(`<img class="wscnph" src="${this.resourcesUrl + v.response}" >`) window.tinymce.get(_this.tinymceId).insertContent(`<img class="wscnph" src="${this.resourcesUrl + v.response.data}" >`)
}) })
} }
} }

Loading…
Cancel
Save