Commit 34e468b6 authored by youjie's avatar youjie

no message

parent 21507aae
......@@ -659,8 +659,6 @@ export default {
this.titlesList.forEach((x,index)=>{
let pev
let nex
// if(index!=0&&index<this.titlesList.length-1) pev = this.titlesList[index-1]
// if(index>0&&index<this.titlesList.length-1) nex = this.titlesList[index]
pev = this.titlesList[index-1]
nex = this.titlesList[index+1]
if(this.old.scrollTop>x.top&&nex!=undefined&&this.old.scrollTop<nex.top){
......
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