From 30d147c4c92dbfd5ca1b2f8c24a617dc82d2d25b Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 28 四月 2025 18:34:51 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/kindergartenActivitiesDesignGuidance/view/components/index.vue | 88 +++++++++++++++++++++++++++++--------------- 1 files changed, 58 insertions(+), 30 deletions(-) diff --git a/src/books/kindergartenActivitiesDesignGuidance/view/components/index.vue b/src/books/kindergartenActivitiesDesignGuidance/view/components/index.vue index a069844..d337bf1 100644 --- a/src/books/kindergartenActivitiesDesignGuidance/view/components/index.vue +++ b/src/books/kindergartenActivitiesDesignGuidance/view/components/index.vue @@ -21,17 +21,42 @@ v-if="showCatalogList.indexOf(2) > -1" :showPageList="loadPageList" ></chapterOne> - <chapterTwo v-if="showCatalogList.indexOf(3) > -1" :showPageList="loadPageList"></chapterTwo> - <chapterThree v-if="showCatalogList.indexOf(4) > -1" :showPageList="loadPageList"></chapterThree> - <!-- <chapterFour + <chapterTwo + v-if="showCatalogList.indexOf(3) > -1" + :showPageList="loadPageList" + ></chapterTwo> + <chapterThree + v-if="showCatalogList.indexOf(4) > -1" + :showPageList="loadPageList" + ></chapterThree> + <chapterFour v-if="showCatalogList.indexOf(5) > -1" :showPageList="loadPageList" - ></chapterFour> --> - <!-- <chapterfive v-if="showCatalogList.indexOf(6) > -1" :showPageList="loadPageList"></chapterfive> --> - <!-- <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> --> + ></chapterFour> + <chapterfive + v-if="showCatalogList.indexOf(6) > -1" + :showPageList="loadPageList" + ></chapterfive> + <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> + <chapter010 + v-if="showCatalogList.indexOf(11) > -1" + :showPageList="loadPageList" + /> </div> </div> </template> @@ -40,15 +65,16 @@ import Vue from "vue"; import pageHeader from "./front001"; import chapterOne from "./chapter001.vue"; -import chapterTwo from './chapter002.vue' -import chapterThree from './chapter003.vue' -// import chapterFour from "./chapter004.vue"; -// import chapterfive from './chapter005.vue' +import chapterTwo from "./chapter002.vue"; +import chapterThree from "./chapter003.vue"; +import chapterFour from "./chapter004.vue"; +import chapterfive from "./chapter005.vue"; -// import chapterSix from './chapter006.vue' -// import chapterSeven from './chapter007.vue' -// import chapterEight from './chapter008.vue' -// import chapterNine from './chapter009.vue' +import chapterSix from "./chapter006.vue"; +import chapterSeven from "./chapter007.vue"; +import chapterEight from "./chapter008.vue"; +import chapterNine from "./chapter009.vue"; +import chapter010 from "./chapter010.vue"; import NoteIcon from "@/assets/images/biji.png"; import _ from "lodash"; @@ -61,7 +87,7 @@ export default { data() { return { - catalogLength: 4, // 鎬荤珷鑺傛暟 + catalogLength: 11, // 鎬荤珷鑺傛暟 showCatalogList: [], // 鏄剧ず鐨勭珷鑺� loadThreshold: 300, // 瑙﹀彂鍔犺浇闃堝�� throttleThreshold: 100, // 鑺傛祦闃堝�� @@ -748,12 +774,13 @@ chapterOne, chapterTwo, chapterThree, - // chapterFour, - // chapterfive, - // chapterSix, - // chapterSeven, - // chapterEight, - // chapterNine + chapterFour, + chapterfive, + chapterSix, + chapterSeven, + chapterEight, + chapterNine, + chapter010, // assemblyOne, // assemblyTwo, }; @@ -887,12 +914,13 @@ chapterOne, chapterTwo, chapterThree, - // chapterFour, - // chapterfive, - // chapterSix, - // chapterSeven, - // chapterEight, - // chapterNine + chapterFour, + chapterfive, + chapterSix, + chapterSeven, + chapterEight, + chapterNine, + chapter010, // assemblyOne, // assemblyTwo, // ChapterFour, -- Gitblit v1.9.1