修改业务领域模块及联系我们界面

This commit is contained in:
wangchengming 2024-11-14 16:08:10 +08:00
parent 28362ac4fb
commit 3ffecf38a2

View File

@ -77,7 +77,6 @@ export default {
}, },
watch: { watch: {
scrollTop (val) { scrollTop (val) {
console.log('score', val, this.webScale);
const v = val / this.webScale; const v = val / this.webScale;
if (v < 50) { if (v < 50) {
this.$event.$emit('nav-theme', 'light', { this.$event.$emit('nav-theme', 'light', {
@ -88,7 +87,6 @@ export default {
this.$event.$emit('nav-theme', 'light'); this.$event.$emit('nav-theme', 'light');
} }
const i2 = this.screen2.offsetLevel + 1; const i2 = this.screen2.offsetLevel + 1;
console.log('i2', i2);
if (v >= this.screen2.offsets[i2]) { if (v >= this.screen2.offsets[i2]) {
this.screen2.offsetLevel = i2; this.screen2.offsetLevel = i2;
} }