From aad66206dd16c9c12e4d5681cacd9364299ff7c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 26 Feb 2025 14:39:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=BB=E8=BE=91=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/goods-tabs.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/diy/goods-tabs.vue b/components/diy/goods-tabs.vue index e882ecc6..36998a89 100644 --- a/components/diy/goods-tabs.vue +++ b/components/diy/goods-tabs.vue @@ -103,8 +103,6 @@ }, watch: { propScrollTop(newVal) { - console.log(newVal + this.sticky_top + this.custom_nav_height); - console.log(this.tabs_top + this.nav_safe_space); if (newVal + this.sticky_top + this.custom_nav_height > this.tabs_top + this.nav_safe_space && this.top_up == '1') { let new_style = this.propValue.style || {}; let tabs_bg = new_style.common_style.color_list;