diff --git a/src/components/Editor/index.vue b/src/components/Editor/index.vue index 9d4a8d3..dd3e1e0 100644 --- a/src/components/Editor/index.vue +++ b/src/components/Editor/index.vue @@ -179,7 +179,7 @@ export default { }, handleUploadSuccess(res, file) { // 如果上传成功 - if (res.data.code == 200) { + if (res.code == 200) { // 获取富文本组件实例 let quill = this.Quill; // 获取光标所在位置 diff --git a/src/views/product/info/detail/index.vue b/src/views/product/info/detail/index.vue index b27bfc3..cb3ca31 100644 --- a/src/views/product/info/detail/index.vue +++ b/src/views/product/info/detail/index.vue @@ -9,8 +9,8 @@ - -

{{ item }}

+ +
@@ -18,9 +18,7 @@
@@ -29,7 +27,7 @@
@@ -38,32 +36,19 @@
- -
- -