Forráskód Böngészése

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

wyy 1 éve
szülő
commit
3adfd5380c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      mall4v/src/components/tiny-mce/index.vue

+ 1 - 1
mall4v/src/components/tiny-mce/index.vue

@@ -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}" >`)
       })
     }
   }