src/books/civilAviation/view/components/index.vue
@@ -104,7 +104,7 @@ // 默认加载章节 this.showCatalogList = [1]; // 滚动监听节流 debugger // debugger this.throttledScrollHandler = _.throttle( this.scrollFun, this.throttleThreshold, @@ -220,7 +220,7 @@ ) { console.log(1); debugger // debugger // 到达阈值 if ( this.showCatalogList[this.showCatalogList.length - 1] <