zhongshujie
2025-06-11 6501ef9497ac80bdbb8601a856d8130a8d867062
src/books/toddlerGameImplementation/view/components/index.vue
@@ -22,7 +22,8 @@
      <chapterSix v-if="showCatalogList.indexOf(7) > -1" :showPageList="loadPageList"
        :interfaceQuestion="questionDataMap">
      </chapterSix>
      <chapterSeven v-if="showCatalogList.indexOf(8) > -1" :showPageList="loadPageList">
      <chapterSeven v-if="showCatalogList.indexOf(8) > -1" :showPageList="loadPageList"
        :interfaceQuestion="questionDataMap">
      </chapterSeven>
    </div>
  </div>
@@ -177,9 +178,9 @@
    }, 500);
    // 测试页面跳转
    setTimeout(() => {
      this.gotoPage(3, 46);
    }, 500);
    // setTimeout(() => {
    //   this.gotoPage(8, 182);
    // }, 500);
    // const pageDom = (this.container ? this.container : document)
    //   .querySelector("#app")
    //   .querySelectorAll(".page-box");