| | |
| | | :questionData="questionData" |
| | | @eventPublic="swdtChange" |
| | | /> |
| | | <!-- <ChapterThree |
| | | <ChapterThree |
| | | v-if="showCatalogList.indexOf(4) > -1" |
| | | :showPageList="loadPageList" |
| | | :questionData="questionData" |
| | | /> --> |
| | | <!-- <ChapterFour |
| | | /> |
| | | <ChapterFour |
| | | v-if="showCatalogList.indexOf(5) > -1" |
| | | :showPageList="loadPageList" |
| | | :questionData="questionData" |
| | | /> --> |
| | | /> |
| | | <!-- <ChapterFive |
| | | v-if="showCatalogList.indexOf(6) > -1" |
| | | :showPageList="loadPageList" |
| | |
| | | import front001 from "./view/front001"; |
| | | import ChapterOne from "./view/chapter001"; |
| | | import ChapterTwo from "./view/chapter002"; |
| | | import ChapterThree from "./view/testDynaicTable"; |
| | | import ChapterFour from "./view/testPp"; |
| | | // import ChapterThree from "./view/chapter003"; |
| | | // import ChapterFour from "./view/chapter004"; |
| | | // import ChapterFive from "./view/chapter005"; |
| | |
| | | }, |
| | | mounted() { |
| | | // 默认加载章节 |
| | | this.showCatalogList = [2]; |
| | | this.showCatalogList = [5]; |
| | | // 滚动监听节流 |
| | | this.throttledScrollHandler = _.throttle( |
| | | this.scrollFun, |
| | |
| | | front001, |
| | | ChapterOne, |
| | | ChapterTwo, |
| | | // ChapterThree, |
| | | // ChapterFour, |
| | | ChapterThree, |
| | | ChapterFour, |
| | | // ChapterFive, |
| | | // chapterSix, |
| | | // chapterSeven, |