From aef740d9c7e6baf3671b88b1775a9c0d62e4dbe5 Mon Sep 17 00:00:00 2001 From: DongZeLiang <2746733890@qq.com> Date: Tue, 26 Mar 2024 11:24:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=A7=84=E6=A0=BC=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Editor/index.vue | 2 +- src/views/product/info/detail/index.vue | 117 ++++++++++++++---------- 2 files changed, 69 insertions(+), 50 deletions(-) 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 @@
- -
- -