zhongshujie
2024-12-30 0c4042a0ced8f17c8f93f96ff3394e25b8338fa8
src/books/aviationEtiquette/view/components/index.vue
@@ -53,7 +53,7 @@
    computed: {
      fontSize() {
        this.transformDom(this.$store.state.qiankun.fontSize)
        return this.$store.state.qiankun.fontSize ? this.$store.state.qiankun.fontSize : 18;
        return this.$store.state.qiankun.fontSize ? this.$store.state.qiankun.fontSize : 16;
      },
      pageZoom() {
        return this.$store.state.qiankun.scale ? this.$store.state.qiankun.scale / 100 : 1;
@@ -102,7 +102,6 @@
      // 默认加载章节
      this.showCatalogList = [1];
      // 滚动监听节流
      debugger
      this.throttledScrollHandler = _.throttle(
        this.scrollFun,
        this.throttleThreshold,
@@ -217,8 +216,6 @@
            event.target.scrollHeight - this.loadThreshold
          ) {
            console.log(1);
            debugger
            // 到达阈值
            if (
              this.showCatalogList[this.showCatalogList.length - 1] <