diff --git a/src/components/model-custom/components/index.vue b/src/components/model-custom/components/index.vue index d3913144..f6bba971 100644 --- a/src/components/model-custom/components/index.vue +++ b/src/components/model-custom/components/index.vue @@ -59,7 +59,7 @@
- +
@@ -67,7 +67,7 @@
- +
diff --git a/src/components/model-custom/index.vue b/src/components/model-custom/index.vue index 5bc1952d..40c698a4 100644 --- a/src/components/model-custom/index.vue +++ b/src/components/model-custom/index.vue @@ -2,7 +2,7 @@
-
+
diff --git a/src/components/model-custom/model-custom-content.vue b/src/components/model-custom/model-custom-content.vue index b563f5c7..425ca0ed 100644 --- a/src/components/model-custom/model-custom-content.vue +++ b/src/components/model-custom/model-custom-content.vue @@ -159,19 +159,6 @@ const accomplish = () => { if (!draglist.value) { return; } else { - // 规整数据逻辑 - const list = draglist.value.diy_data.sort((a, b) => a.com_data.z_index - b.com_data.z_index); - // 将z-index重置为初始效果 - let z_index = 0; - if (list.length > 0) { - list.forEach((item) => { - if (item.com_data.z_index < 0) { - const new_z_index = z_index - 1; - item.com_data.z_index = new_z_index; - z_index = new_z_index; - } - }); - } form.custom_list = draglist.value.diy_data; } form.height = center_height.value; diff --git a/src/config/const/seckill.ts b/src/config/const/seckill.ts index 414874b1..17628cfa 100644 --- a/src/config/const/seckill.ts +++ b/src/config/const/seckill.ts @@ -86,7 +86,7 @@ const defaultSeckill: DefaultSeckill = { is_shop_show: '1', shop_type: 'text', shop_button_text: '去抢购', - shop_button_icon_class: '', + shop_button_icon_class: 'cart', seckill_subscript_show: '1', subscript_text: '秒杀', },