From e0ae2959c147030f3e4dc437849b8d4753c8de2f Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期五, 21 二月 2025 16:28:18 +0800 Subject: [PATCH] 其他分页 --- src/books/kindergartenActivitiesDesignGuidance/view/components/index.vue | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/books/kindergartenActivitiesDesignGuidance/view/components/index.vue b/src/books/kindergartenActivitiesDesignGuidance/view/components/index.vue index beea3ed..a069844 100644 --- a/src/books/kindergartenActivitiesDesignGuidance/view/components/index.vue +++ b/src/books/kindergartenActivitiesDesignGuidance/view/components/index.vue @@ -18,13 +18,13 @@ :showPageList="loadPageList" ></pageHeader> <chapterOne - v-if="showCatalogList.indexOf(1) > -1" + 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> --> + <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(2) > -1" + v-if="showCatalogList.indexOf(5) > -1" :showPageList="loadPageList" ></chapterFour> --> <!-- <chapterfive v-if="showCatalogList.indexOf(6) > -1" :showPageList="loadPageList"></chapterfive> --> @@ -40,8 +40,8 @@ import Vue from "vue"; import pageHeader from "./front001"; import chapterOne from "./chapter001.vue"; -// import chapterTwo from './chapter002.vue' -// import chapterThree from './chapter003.vue' +import chapterTwo from './chapter002.vue' +import chapterThree from './chapter003.vue' // import chapterFour from "./chapter004.vue"; // import chapterfive from './chapter005.vue' @@ -61,7 +61,7 @@ export default { data() { return { - catalogLength: 2, // 鎬荤珷鑺傛暟 + catalogLength: 4, // 鎬荤珷鑺傛暟 showCatalogList: [], // 鏄剧ず鐨勭珷鑺� loadThreshold: 300, // 瑙﹀彂鍔犺浇闃堝�� throttleThreshold: 100, // 鑺傛祦闃堝�� @@ -179,7 +179,7 @@ // 娴嬭瘯椤甸潰璺宠浆 setTimeout(() => { - this.gotoPage(1, 1); + this.gotoPage(2, 28); // setTimeout(() => { // this.renderSign("Highlight", { // id: "2ACA9359", @@ -746,8 +746,8 @@ const pageData = { pageHeader, chapterOne, - // chapterTwo, - // chapterThree, + chapterTwo, + chapterThree, // chapterFour, // chapterfive, // chapterSix, @@ -885,8 +885,8 @@ components: { pageHeader, chapterOne, - // chapterTwo, - // chapterThree, + chapterTwo, + chapterThree, // chapterFour, // chapterfive, // chapterSix, -- Gitblit v1.9.1