Commit 1f26236c authored by lixy's avatar lixy

移除无用项

parent fad3a107
...@@ -231,7 +231,6 @@ ...@@ -231,7 +231,6 @@
changeArea(id){ changeArea(id){
let top = document.querySelector('#'+id).offsetTop; let top = document.querySelector('#'+id).offsetTop;
if(id == "history01"){ if(id == "history01"){
console.log(this.barFixed);
if(this.barFixed){ if(this.barFixed){
document.body.scrollTop = document.documentElement.scrollTop = 10; document.body.scrollTop = document.documentElement.scrollTop = 10;
} else { } else {
...@@ -275,7 +274,6 @@ ...@@ -275,7 +274,6 @@
let path = $nuxt.$route.path; let path = $nuxt.$route.path;
if(path == '/aboutXx'){ if(path == '/aboutXx'){
var menuTop = document.querySelector('#historyNav').offsetTop; var menuTop = document.querySelector('#historyNav').offsetTop;
console.log(scrollTop);
//滑动到指定位置菜单吸顶 //滑动到指定位置菜单吸顶
if (scrollTop > menuTop-48) { if (scrollTop > menuTop-48) {
......
...@@ -108,7 +108,6 @@ ...@@ -108,7 +108,6 @@
}, },
methods: { methods: {
chooseSelect(e) { chooseSelect(e) {
console.log(e.target.value);
this.listQuery.tagId = e.target.value; this.listQuery.tagId = e.target.value;
this.preventRepeatReuqest = true; this.preventRepeatReuqest = true;
this.getAll(); this.getAll();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment