Commit 1f26236c authored by lixy's avatar lixy

移除无用项

parent fad3a107
......@@ -231,7 +231,6 @@
changeArea(id){
let top = document.querySelector('#'+id).offsetTop;
if(id == "history01"){
console.log(this.barFixed);
if(this.barFixed){
document.body.scrollTop = document.documentElement.scrollTop = 10;
} else {
......@@ -275,7 +274,6 @@
let path = $nuxt.$route.path;
if(path == '/aboutXx'){
var menuTop = document.querySelector('#historyNav').offsetTop;
console.log(scrollTop);
//滑动到指定位置菜单吸顶
if (scrollTop > menuTop-48) {
......
......@@ -108,7 +108,6 @@
},
methods: {
chooseSelect(e) {
console.log(e.target.value);
this.listQuery.tagId = e.target.value;
this.preventRepeatReuqest = true;
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