From bac7941b8dc29e70643c44fb393c49d2eaa3015b Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期三, 07 八月 2024 16:06:22 +0800
Subject: [PATCH] 体育与健康完成

---
 src/books/sportsAndHealth/view/components/index.vue |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/books/sportsAndHealth/view/components/index.vue b/src/books/sportsAndHealth/view/components/index.vue
index f6801d2..d23aecf 100644
--- a/src/books/sportsAndHealth/view/components/index.vue
+++ b/src/books/sportsAndHealth/view/components/index.vue
@@ -19,7 +19,7 @@
       <chapterSix v-if="showCatalogList.indexOf(7) > -1" :showPageList="loadPageList"></chapterSix>
       <chapterSeven v-if="showCatalogList.indexOf(8) > -1" :showPageList="loadPageList"></chapterSeven>
       <chapterEight v-if="showCatalogList.indexOf(9) > -1" :showPageList="loadPageList"></chapterEight>
-
+      <chapterNine v-if="showCatalogList.indexOf(10) > -1" :showPageList="loadPageList"></chapterNine>
 
     </div>
   </div>
@@ -37,7 +37,7 @@
 import chapterSix from './chapter006.vue'
 import chapterSeven from './chapter007.vue'
 import chapterEight from './chapter008.vue'
-
+import chapterNine from './chapter009.vue'
 
 import NoteIcon from '@/assets/images/biji.png'
 import _ from 'lodash'
@@ -50,7 +50,7 @@
 export default {
   data() {
     return {
-      catalogLength: 9, // 鎬荤珷鑺傛暟
+      catalogLength: 10, // 鎬荤珷鑺傛暟
       showCatalogList: [], // 鏄剧ず鐨勭珷鑺�
       loadThreshold: 300, // 瑙﹀彂鍔犺浇闃堝��
       throttleThreshold: 100, // 鑺傛祦闃堝��
@@ -741,7 +741,8 @@
         chapterfive,
         chapterSix,
         chapterSeven,
-        chapterEight
+        chapterEight,
+        chapterNine
         // assemblyOne,
         // assemblyTwo,
       }
@@ -879,7 +880,8 @@
     chapterfive,
     chapterSix,
     chapterSeven,
-    chapterEight
+    chapterEight,
+    chapterNine
     // assemblyOne,
     // assemblyTwo,
     // ChapterFour,

--
Gitblit v1.9.1