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

This commit is contained in:
wyy 2023-08-21 14:33:35 +08:00
parent 39f0f741a9
commit 3a490ee16e

View File

@ -245,7 +245,7 @@ export default {
imageSuccessCBK (response, file, fileList) {
const _this = this
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}" >`)
})
}
}