From 1a1abf5785a1576b75e55aa7f437375402002c03 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Tue, 22 Oct 2024 14:37:47 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=94=AF=E4=BB=98=E5=AE=9D=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E5=85=BC=E5=AE=B9=E6=80=A7=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/goods-tabs.vue | 1 - components/diy/modules/tabs-view.vue | 1 - components/diy/tabs-carousel.vue | 1 - components/diy/tabs.vue | 4 ++++ 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components/diy/goods-tabs.vue b/components/diy/goods-tabs.vue index 6be0527f..a1f20474 100644 --- a/components/diy/goods-tabs.vue +++ b/components/diy/goods-tabs.vue @@ -163,7 +163,6 @@ style_img_container: common_img_computer(common_style, this.propIndex), tabs_style: new_tabs_style, }); - console.log(this.propValue); }, tabs_click_event(index) { let new_data = JSON.parse(JSON.stringify(this.propValue)); diff --git a/components/diy/modules/tabs-view.vue b/components/diy/modules/tabs-view.vue index ee2a2180..d7899475 100644 --- a/components/diy/modules/tabs-view.vue +++ b/components/diy/modules/tabs-view.vue @@ -164,7 +164,6 @@ tabs_bottom_line_theme: new_style.tabs_one_theme == '1' ? 'tabs-bottom-line-theme' : '', tabs_theme_1_style: new_style.tabs_one_theme == '1', }); - console.log(this.propValue); }, // 获取选项卡主题 get_tabs_theme(data) { diff --git a/components/diy/tabs-carousel.vue b/components/diy/tabs-carousel.vue index ebc76f57..3deb9281 100644 --- a/components/diy/tabs-carousel.vue +++ b/components/diy/tabs-carousel.vue @@ -107,7 +107,6 @@ }, // 视频播放 video_play(url, popup_width, popup_height) { - console.log(url, popup_width, popup_height); this.$emit('onVideoPlay', url, popup_width, popup_height); }, }, diff --git a/components/diy/tabs.vue b/components/diy/tabs.vue index 0a805af9..e1a6502c 100644 --- a/components/diy/tabs.vue +++ b/components/diy/tabs.vue @@ -100,6 +100,10 @@ // 初始化 this.init(); }, + propSpacingCommonStyle(val) { + // 初始化 + this.init(); + }, }, methods: { // 初始化数据