修改逻辑处理
parent
81f970e360
commit
aad66206dd
|
|
@ -103,8 +103,6 @@
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
propScrollTop(newVal) {
|
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') {
|
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 new_style = this.propValue.style || {};
|
||||||
let tabs_bg = new_style.common_style.color_list;
|
let tabs_bg = new_style.common_style.color_list;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue