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