src/books/aviationSafety/view/components/index.vue
@@ -108,7 +108,6 @@ // 默认加载章节 this.showCatalogList = [1]; // 滚动监听节流 debugger this.throttledScrollHandler = _.throttle( this.scrollFun, this.throttleThreshold, @@ -164,7 +163,7 @@ // 测试页面跳转 setTimeout(() => { this.gotoPage(8,127); this.gotoPage(7, 127); // setTimeout(() => { // this.renderSign("Highlight", { // id: "2ACA9359", @@ -224,7 +223,6 @@ ) { console.log(1); debugger // 到达阈值 if ( this.showCatalogList[this.showCatalogList.length - 1] <