From 887e0cfcb9b7ad9b5b9af9e61f3510f20e850227 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 17 二月 2025 16:07:13 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/preschoolGameGuidance/view/components/index.vue | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/books/preschoolGameGuidance/view/components/index.vue b/src/books/preschoolGameGuidance/view/components/index.vue index bd05c4f..291151e 100644 --- a/src/books/preschoolGameGuidance/view/components/index.vue +++ b/src/books/preschoolGameGuidance/view/components/index.vue @@ -19,13 +19,13 @@ ></pageHeader> <chapterOne 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> + <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> --> + <!-- <chapterEight v-if="showCatalogList.indexOf(9) > -1" :showPageList="loadPageList"></chapterEight> --> + <!-- <chapterNine v-if="showCatalogList.indexOf(10) > -1" :showPageList="loadPageList"></chapterNine> --> </div> </div> </template> @@ -35,12 +35,12 @@ 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 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 chapterSix from './chapter006.vue' +import chapterSeven from './chapter007.vue' // import chapterEight from './chapter008.vue' // import chapterNine from './chapter009.vue' @@ -55,7 +55,7 @@ export default { data() { return { - catalogLength: 3, // 鎬荤珷鑺傛暟 + catalogLength: 10, // 鎬荤珷鑺傛暟 showCatalogList: [], // 鏄剧ず鐨勭珷鑺� loadThreshold: 300, // 瑙﹀彂鍔犺浇闃堝�� throttleThreshold: 100, // 鑺傛祦闃堝�� @@ -173,7 +173,7 @@ // 娴嬭瘯椤甸潰璺宠浆 setTimeout(() => { - this.gotoPage(3, 66); + this.gotoPage(8, 183); // setTimeout(() => { // this.renderSign("Highlight", { // id: "2ACA9359", @@ -741,10 +741,10 @@ pageHeader, chapterOne, chapterTwo, - // chapterThree, - // chapterFour, - // chapterfive, - // chapterSix, + chapterThree, + chapterFour, + chapterfive, + chapterSix, // chapterSeven, // chapterEight, // chapterNine @@ -880,11 +880,11 @@ pageHeader, chapterOne, chapterTwo, - // chapterThree, - // chapterFour, - // chapterfive, - // chapterSix, - // chapterSeven, + chapterThree, + chapterFour, + chapterfive, + chapterSix, + chapterSeven, // chapterEight, // chapterNine // assemblyOne, -- Gitblit v1.9.1