zhongshujie
2024-07-29 96db8c34de3369f38873fca703a1d7dd6397ce33
src/books/sportsAndHealth/view/components/index.vue
@@ -14,7 +14,7 @@
      <chapterThree v-if="showCatalogList.indexOf(4) > -1" :showPageList="loadPageList"></chapterThree>
      <chapterFour v-if="showCatalogList.indexOf(5) > -1" :showPageList="loadPageList"></chapterFour>
      <assemblyOne v-if="showCatalogList.indexOf(6) > -1" :showPageList="loadPageList"></assemblyOne>
      <assemblyTwo v-if="showCatalogList.indexOf(7) > -1" :showPageList="loadPageList" @openPDFChange="swdtChange" />
      <!-- <assemblyTwo v-if="showCatalogList.indexOf(7) > -1" :showPageList="loadPageList" @openPDFChange="swdtChange" /> -->
      <!-- <ChapterFour
@@ -91,10 +91,7 @@
</template>
<script>
import Vue from "vue";
import pageHeader from "./front001";
import chapterOne from "./chapter001.vue";
import chapterTwo from "./chapter002.vue";
@@ -247,7 +244,7 @@
    // 测试页面跳转
    setTimeout(() => {
      this.gotoPage(4, 111);
      this.gotoPage(4, 127);
      //   setTimeout(() => {
      //     this.renderSign("Highlight", {
      //       id: "2ACA9359",
@@ -261,7 +258,7 @@
      //     ids: ["2ACA9359"]
      //   });
      // }, 2000);
      //   }, 5000);
      //}, 5000);
      // const pageDom = (this.container ? this.container : document)
      //   .querySelector("#app")