闫增涛
2024-05-28 333fe44c837afba40a8586c1fb4ebdb45cda16c0
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();
            }
          }