YM
2024-05-28 d14467a70204879c15b82de39deb6df23b85a088
src/books/childHealth/view/content/index.vue
@@ -509,7 +509,7 @@
            this.loadPageList.push(Number(page));
            console.log(this.loadPageList, "this.loadPageList", catalog);
            if (this.loadPageList.length > 5) {
              // 超过三章隐藏顶部一章
              // 超过5页
              this.loadPageList.shift();
            }
          }