diff --git a/src/components/common/custom-module/model-image/index.vue b/src/components/common/custom-module/model-image/index.vue
index c0811bc9..e01914e4 100644
--- a/src/components/common/custom-module/model-image/index.vue
+++ b/src/components/common/custom-module/model-image/index.vue
@@ -46,7 +46,6 @@ const img = computed(() => {
if (!isEmpty(form.img[0])) {
return form.img[0];
} else {
- console.log(props.sourceList);
if (!isEmpty(props.sourceList)) {
// 不输入商品, 文章和品牌时,从外层处理数据
let image_url = props.sourceList[form.data_source_id];
diff --git a/src/components/common/custom-module/model-image/model-image-style.vue b/src/components/common/custom-module/model-image/model-image-style.vue
index 0d6694e7..d05a80cb 100644
--- a/src/components/common/custom-module/model-image/model-image-style.vue
+++ b/src/components/common/custom-module/model-image/model-image-style.vue
@@ -26,7 +26,7 @@
-
+
diff --git a/src/components/common/custom-module/model-text/model-text-style.vue b/src/components/common/custom-module/model-text/model-text-style.vue
index 9e47b67e..e30a015b 100644
--- a/src/components/common/custom-module/model-text/model-text-style.vue
+++ b/src/components/common/custom-module/model-text/model-text-style.vue
@@ -26,7 +26,7 @@
-
+