From b67783bfdcbabc3696b5f8370d21eb8bc3aa1697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 10 Oct 2024 18:27:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/data-magic.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/diy/data-magic.vue b/components/diy/data-magic.vue index 2ecbf411..996bcb7d 100644 --- a/components/diy/data-magic.vue +++ b/components/diy/data-magic.vue @@ -168,7 +168,6 @@ data.forEach((item) => { const data_content = item.data_content; const data_style = item.data_style; - const key = data_style.carouselKey; item.actived_index = 0; // 指示器样式 data_style.indicator_styles = this.indicator_style(data_style); @@ -179,7 +178,6 @@ data_style.heading_style = this.trends_config(item.data_style, 'heading'); data_style.subtitle_style = this.trends_config(item.data_style, 'subtitle'); - const { goods_list, images_list } = data_content; if (data_content.data_type == 'goods') { data_content.list = this.commodity_list(data_content.goods_list, item.num); } else {