修改逻辑处理

master
于肖磊 2025-02-26 14:39:20 +08:00
parent 81f970e360
commit aad66206dd
1 changed files with 0 additions and 2 deletions

View File

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