From ce70bc450a2401997bb850f89f3c4dc0a23e0a72 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 05 九月 2025 18:38:13 +0800
Subject: [PATCH] 31 数字化口腔修复技术 整本

---
 src/books/rehabilitationMedicineIntroduction/view/components/index.vue |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/src/books/rehabilitationMedicineIntroduction/view/components/index.vue b/src/books/rehabilitationMedicineIntroduction/view/components/index.vue
index 19d502d..954a992 100644
--- a/src/books/rehabilitationMedicineIntroduction/view/components/index.vue
+++ b/src/books/rehabilitationMedicineIntroduction/view/components/index.vue
@@ -9,21 +9,21 @@
             transformOrigin: 'center top',
         }">
             <pageHeader v-if="showCatalogList.indexOf(1) > -1" :showPageList="loadPageList"></pageHeader>
-            <chapter1 v-if="showCatalogList.indexOf(2) > -1" :showPageList="loadPageList" :resourceList="resourceList">
+            <chapter1 v-if="showCatalogList.indexOf(2) > -1" :showPageList="loadPageList" :getResourceInfo="resourceListFun">
             </chapter1>
-            <chapter2 v-if="showCatalogList.indexOf(3) > -1" :showPageList="loadPageList" :resourceList="resourceList">
+            <chapter2 v-if="showCatalogList.indexOf(3) > -1" :showPageList="loadPageList" :getResourceInfo="resourceListFun">
             </chapter2>
-            <chapter3 v-if="showCatalogList.indexOf(4) > -1" :showPageList="loadPageList" :resourceList="resourceList">
+            <chapter3 v-if="showCatalogList.indexOf(4) > -1" :showPageList="loadPageList" :getResourceInfo="resourceListFun">
             </chapter3>
-            <chapter4 v-if="showCatalogList.indexOf(5) > -1" :showPageList="loadPageList" :resourceList="resourceList">
+            <chapter4 v-if="showCatalogList.indexOf(5) > -1" :showPageList="loadPageList" :getResourceInfo="resourceListFun">
             </chapter4>
-            <chapter5 v-if="showCatalogList.indexOf(6) > -1" :showPageList="loadPageList" :resourceList="resourceList">
+            <chapter5 v-if="showCatalogList.indexOf(6) > -1" :showPageList="loadPageList" :getResourceInfo="resourceListFun">
             </chapter5>
-            <chapter6 v-if="showCatalogList.indexOf(7) > -1" :showPageList="loadPageList" :resourceList="resourceList">
+            <chapter6 v-if="showCatalogList.indexOf(7) > -1" :showPageList="loadPageList" :getResourceInfo="resourceListFun">
             </chapter6>
-            <chapter7 v-if="showCatalogList.indexOf(8) > -1" :showPageList="loadPageList" :resourceList="resourceList">
+            <chapter7 v-if="showCatalogList.indexOf(8) > -1" :showPageList="loadPageList" :getResourceInfo="resourceListFun">
             </chapter7>
-            <chapter8 v-if="showCatalogList.indexOf(9) > -1" :showPageList="loadPageList" :resourceList="resourceList">
+            <chapter8 v-if="showCatalogList.indexOf(9) > -1" :showPageList="loadPageList" :getResourceInfo="resourceListFun">
             </chapter8>
 
         </div>
@@ -41,7 +41,6 @@
     import chapter6 from "./chapter6.vue"
     import chapter7 from "./chapter7.vue"
     import chapter8 from "./chapter8.vue"
-
     import NoteIcon from "@/assets/images/biji.png";
     import _ from "lodash";
     import Swiper from "swiper/bundle";
@@ -178,7 +177,7 @@
                 threshold: 0, // 鎸囧畾浜ゅ弶姣斾緥锛岃繖閲岃涓� 0.5锛岃〃绀哄綋鐩爣鍏冪礌涓�鍗婃垨鏇村鏄剧ず鍦ㄨ绐椾腑鏃惰Е鍙戝洖璋冨嚱鏁般��
             });
 
-            // this.getBookResourceList();
+            this.getBookResourceList();
 
             // 鍚姩椤电爜瑙傚療
             setTimeout(() => {
@@ -188,7 +187,7 @@
 
             // 娴嬭瘯椤甸潰璺宠浆
             setTimeout(() => {
-                this.gotoPage(2, 28);
+                this.gotoPage(3, 31);
             }, 500);
 
             // const pageDom = (this.container ? this.container : document)
@@ -226,7 +225,7 @@
                 this.resourceList = await this.config.getBookResources(
                     process.env.VUE_APP_RESOURCE_CTX + (process.env.VUE_APP_ENV == "product"
                         ? process.env.VUE_APP_BOOK_ID
-                        : "clinicalDiseasesSummary")
+                        : "rehabilitationMedicineIntroduction")
                 );
             },
             // 婊氬姩鐩戝惉

--
Gitblit v1.9.1