From e411aae838823ff5e3eee452188c7227bccf0e33 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 17 十月 2024 16:21:41 +0800 Subject: [PATCH] 数学 --- src/books/mathBook/view/components/index.vue | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/books/mathBook/view/components/index.vue b/src/books/mathBook/view/components/index.vue index 2fa559b..e5c1ead 100644 --- a/src/books/mathBook/view/components/index.vue +++ b/src/books/mathBook/view/components/index.vue @@ -8,8 +8,8 @@ transform: `scale(${pageZoom ? pageZoom : 1})`, transformOrigin: 'center top', }"> - <pageHeader v-if="showCatalogList.indexOf(0) > -1" :showPageList="loadPageList"></pageHeader> - <chapterOne v-if="showCatalogList.indexOf(1) > -1" :showPageList="loadPageList" :questionData="questionDataMap"> + <pageHeader v-if="showCatalogList.indexOf(1) > -1" :showPageList="loadPageList"></pageHeader> + <chapterOne v-if="showCatalogList.indexOf(2) > -1" :showPageList="loadPageList" :questionData="questionDataMap"> </chapterOne> <chapterTwo v-if="showCatalogList.indexOf(3) > -1" :showPageList="loadPageList" :questionData="questionDataMap"> </chapterTwo> @@ -105,7 +105,7 @@ }, mounted() { // 榛樿鍔犺浇绔犺妭 - this.showCatalogList = [0]; + this.showCatalogList = [1]; // 婊氬姩鐩戝惉鑺傛祦 this.throttledScrollHandler = _.throttle( this.scrollFun, @@ -162,7 +162,7 @@ // 娴嬭瘯椤甸潰璺宠浆 setTimeout(() => { - this.gotoPage(3, 111); + this.gotoPage(3, 76); // // setTimeout(() => { // // this.renderSign("Highlight", { // // id: "2ACA9359", @@ -565,6 +565,8 @@ this.questionDataMap[page] = obj } } + console.log(1,this.questionDataMap); + } } // 娓叉煋杩欎竴椤电殑鏍囪 -- Gitblit v1.9.1