From 3ffecf38a23a95ccb672dce1411efb67d7e56f91 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Thu, 14 Nov 2024 16:08:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=9A=E5=8A=A1=E9=A2=86?= =?UTF-8?q?=E5=9F=9F=E6=A8=A1=E5=9D=97=E5=8F=8A=E8=81=94=E7=B3=BB=E6=88=91?= =?UTF-8?q?=E4=BB=AC=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/About/ContactUs/Index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/About/ContactUs/Index.vue b/src/views/About/ContactUs/Index.vue index d3a1782..f452227 100644 --- a/src/views/About/ContactUs/Index.vue +++ b/src/views/About/ContactUs/Index.vue @@ -77,7 +77,6 @@ export default { }, watch: { scrollTop (val) { - console.log('score', val, this.webScale); const v = val / this.webScale; if (v < 50) { this.$event.$emit('nav-theme', 'light', { @@ -88,7 +87,6 @@ export default { this.$event.$emit('nav-theme', 'light'); } const i2 = this.screen2.offsetLevel + 1; - console.log('i2', i2); if (v >= this.screen2.offsets[i2]) { this.screen2.offsetLevel = i2; }