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;