From 5324a804f6dcb622f4ab3f554608e58c728e287e Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 19 May 2022 18:15:58 +0800
Subject: [PATCH] 20220518

---
 src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
index 200bb4a..3174f0f 100644
--- a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
+++ b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
@@ -576,8 +576,6 @@
 
             $('#demo2').append('<img src="' + goodsInfo.thumb + '" alt="" class="layui-upload-img" style="width: 100px">')
 
-            console.log(goodsInfo.goodsDetails);
-
             window.editor = E.createEditor({
                 html: goodsInfo.goodsDetails,
                 selector: '#editor-container',

--
Gitblit v1.9.1