From 5d54066f924c98a8f3908497e8b546b5519a0ae3 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期四, 23 五月 2024 14:11:03 +0800
Subject: [PATCH] 添加分页

---
 src/books/lifeCare/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/books/lifeCare/index.vue b/src/books/lifeCare/index.vue
index c362b9a..1a46089 100644
--- a/src/books/lifeCare/index.vue
+++ b/src/books/lifeCare/index.vue
@@ -10,12 +10,12 @@
   >
     <front001 v-if="showCatalogList.indexOf(0) > -1" />
     <ChapterOne v-if="showCatalogList.indexOf(1) > -1" />
-    <!-- <ChapterTwo v-if="showCatalogList.indexOf(2) > -1" /> -->
-    <!-- <ChapterThree v-if="showCatalogList.indexOf(3) > -1" /> -->
-    <!-- <ChapterFour v-if="showCatalogList.indexOf(4) > -1" /> -->
-    <!-- <ChapterFive  v-if="showCatalogList.indexOf(5) > -1" /> -->
-    <!-- <chapterSix v-if="showCatalogList.indexOf(6) > -1" /> -->
-    <chapterSix />
+    <ChapterTwo v-if="showCatalogList.indexOf(2) > -1" />
+    <ChapterThree v-if="showCatalogList.indexOf(3) > -1" />
+    <ChapterFour v-if="showCatalogList.indexOf(4) > -1" />
+    <ChapterFive  v-if="showCatalogList.indexOf(5) > -1" />
+    <chapterSix v-if="showCatalogList.indexOf(6) > -1" />
+    <!-- <chapterSix /> -->
     <!-- <chapterSeven /> -->
     <!-- <chapterEight /> -->
     <!-- <chapterNine /> -->

--
Gitblit v1.9.1