mirror of
https://gitee.com/gz-yami/mall4v.git
synced 2025-12-26 07:16:27 +08:00
修复产品详情上传图片回显问题
This commit is contained in:
parent
39f0f741a9
commit
3a490ee16e
@ -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}" >`)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user