闫增涛
2024-05-31 d29b8917dc2fd0a0f751480cbbf6ed8dba36d436
src/books/lifeCare/index.vue
@@ -176,8 +176,7 @@
      },
    },
    loadPageList: {
      handler(newVal, oldVal) {
        console.log(newVal, "this.loadPageList");
      handler() {
        setTimeout(() => {
          this.initSwiper();
          this.initViewer();
@@ -187,7 +186,7 @@
  },
  mounted() {
    // 默认加载章节
    this.showCatalogList = [8];
    this.showCatalogList = [6];
    // 滚动监听节流
    this.throttledScrollHandler = _.throttle(
      this.scrollFun,