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; }