闫增涛
2025-02-11 2e3ae56b853946a40923cac7a89e939d748cf38a
src/books/meetingPlanners/view/components/index.vue
@@ -102,7 +102,6 @@
    // 默认加载章节
    this.showCatalogList = [1];
    // 滚动监听节流
    debugger
    this.throttledScrollHandler = _.throttle(
      this.scrollFun,
      this.throttleThreshold,
@@ -157,8 +156,8 @@
    }, 500);
    //测试页面跳转
    setTimeout(() => {
      this.gotoPage(3, 134);
    // setTimeout(() => {
    //   this.gotoPage(3, 96);
      //   setTimeout(() => {
      //     this.renderSign("Highlight", {
      //       id: "2ACA9359",
@@ -172,7 +171,7 @@
      //     ids: ["2ACA9359"]
      //   });
      // }, 2000);
    }, 500);
    // }, 500);
    // const pageDom = (this.container ? this.container : document)
    //   .querySelector("#app")
@@ -218,7 +217,6 @@
        ) {
          console.log(1);
          debugger
          // 到达阈值
          if (
            this.showCatalogList[this.showCatalogList.length - 1] <