From 27fe2b1e2c8d6c9dc670a8e56141564e946f1248 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 31 十二月 2024 15:37:13 +0800 Subject: [PATCH] 礼仪全本样式 --- src/books/aviationEtiquette/view/components/index.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/books/aviationEtiquette/view/components/index.vue b/src/books/aviationEtiquette/view/components/index.vue index 1d41f8d..6678169 100644 --- a/src/books/aviationEtiquette/view/components/index.vue +++ b/src/books/aviationEtiquette/view/components/index.vue @@ -13,6 +13,7 @@ <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> </div> </div> </template> @@ -23,6 +24,7 @@ import chapterTwo from "./chpater002.vue"; import chapterThree from "./chapter003.vue"; import chapterFour from "./chapter004.vue"; + import chapterFive from "./chapter005.vue"; import NoteIcon from "@/assets/images/biji.png"; import _ from "lodash"; import Swiper from "swiper/bundle"; @@ -33,7 +35,7 @@ name: "pageContent", data() { return { - catalogLength: 5, // 鎬荤珷鑺傛暟 + catalogLength: 6, // 鎬荤珷鑺傛暟 showCatalogList: [], // 鏄剧ず鐨勭珷鑺� loadThreshold: 300, // 瑙﹀彂鍔犺浇闃堝�� throttleThreshold: 100, // 鑺傛祦闃堝�� @@ -157,7 +159,7 @@ // 娴嬭瘯椤甸潰璺宠浆 setTimeout(() => { - this.gotoPage(1, 6); + this.gotoPage(6, 166); // setTimeout(() => { // this.renderSign("Highlight", { // id: "2ACA9359", @@ -712,6 +714,7 @@ chapterTwo, chapterThree, chapterFour, + chapterFive }; // 閬嶅巻鎵�鏈夌珷鑺傛枃浠� for (const key in pageData) { @@ -937,6 +940,7 @@ chapterTwo, chapterThree, chapterFour, + chapterFive }, }; </script> -- Gitblit v1.9.1