From f681a6a7852eb7c868ea539155861729c3e99da1 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 19 May 2022 17:59:07 +0800
Subject: [PATCH] finish return bonus
---
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