diff --git a/src/components/common/img-or-icon-or-text/img-or-icon-or-text-style.vue b/src/components/common/img-or-icon-or-text/img-or-icon-or-text-style.vue
index 046b9d95..16f2b530 100644
--- a/src/components/common/img-or-icon-or-text/img-or-icon-or-text-style.vue
+++ b/src/components/common/img-or-icon-or-text/img-or-icon-or-text-style.vue
@@ -21,7 +21,7 @@
-
+
diff --git a/src/components/model-binding/index.vue b/src/components/model-binding/index.vue
index 3f74c21d..e24d52c9 100644
--- a/src/components/model-binding/index.vue
+++ b/src/components/model-binding/index.vue
@@ -6,6 +6,7 @@
+
diff --git a/src/components/model-binding/model-binding-styles.vue b/src/components/model-binding/model-binding-styles.vue
index 6302c958..6f1b95d4 100644
--- a/src/components/model-binding/model-binding-styles.vue
+++ b/src/components/model-binding/model-binding-styles.vue
@@ -59,7 +59,6 @@
-
@@ -145,7 +144,7 @@ const tabs_name = ref('data');
const tabs = [
{ label: "详情按钮", name: "details" },
{ label: "数据优惠", name: "data_discounts" },
- { label: "商品优惠", name: "data_discounts" },
+ { label: "商品优惠", name: "goods_discounts" },
];
// 图标数组处理一下,确保打开的都能看到
type tabs_type = { name: string; label: string;};
@@ -176,7 +175,6 @@ const common_style_update = (value: any) => {
background: #fff;
margin: 0;
padding-top: 0rem;
- padding-bottom: 0rem;
}
.el-tabs__item.is-top {
padding: 0;
diff --git a/src/components/model-shop/index.vue b/src/components/model-shop/index.vue
index 451f2a4a..893d8ef5 100644
--- a/src/components/model-shop/index.vue
+++ b/src/components/model-shop/index.vue
@@ -227,10 +227,6 @@ const style_config = (typeface: string, size: number, color: string | object, ty
let style = `font-weight:${typeface}; font-size: ${size}px;color: ${color};`;
return style;
};
-// 按钮渐变色处理
-const button_gradient = () => {
- return gradient_handle(new_style.value.shop_button_color, '180deg');
-};
// 不同风格下的样式
const layout_type = computed(() => {
let class_type = '';
diff --git a/src/config/const/binding.ts b/src/config/const/binding.ts
index 69798316..cec15800 100644
--- a/src/config/const/binding.ts
+++ b/src/config/const/binding.ts
@@ -176,7 +176,7 @@ const defaultRealstore: defaultRealstore = {
details_type: 'text',
details_img: [],
details_icon: '',
- details_text: '搭配购买',
+ details_text: '详情',
is_data_discounts_show: '1',
data_discounts_type: 'text',
data_discounts_img: [],