zhongshujie
10 天以前 a78bf9dadeb48b87bd2cdee6ae589f0847fc78d7
src/books/toddlerGameImplementation/view/components/index.vue
@@ -38,7 +38,7 @@
import chapterFour from "./chapter004.vue";
import chapterFive from "./chapter005.vue";
import chapterSix from "./chapter006.vue";
import chapterSeven from "./chapter007.vue";
import chapterSeven from "./chapter006.vue";
import NoteIcon from "@/assets/images/biji.png";
import getQuestionList from "@/assets/methods/examination";
import testData from "../../assets/examinationList";
@@ -178,9 +178,9 @@
    }, 500);
    // 测试页面跳转
    setTimeout(() => {
      this.gotoPage(4, 59);
    }, 500);
    // setTimeout(() => {
    //   this.gotoPage(4, 80);
    // }, 500);
    // const pageDom = (this.container ? this.container : document)
    //   .querySelector("#app")