| | |
| | | <chapterSix v-if="showCatalogList.indexOf(7) > -1" :showPageList="loadPageList"></chapterSix> |
| | | <chapterSeven v-if="showCatalogList.indexOf(8) > -1" :showPageList="loadPageList"></chapterSeven> |
| | | <chapterEight v-if="showCatalogList.indexOf(9) > -1" :showPageList="loadPageList"></chapterEight> |
| | | |
| | | <chapterNine v-if="showCatalogList.indexOf(10) > -1" :showPageList="loadPageList"></chapterNine> |
| | | |
| | | </div> |
| | | </div> |
| | |
| | | import chapterSix from './chapter006.vue' |
| | | import chapterSeven from './chapter007.vue' |
| | | import chapterEight from './chapter008.vue' |
| | | |
| | | import chapterNine from './chapter009.vue' |
| | | |
| | | import NoteIcon from '@/assets/images/biji.png' |
| | | import _ from 'lodash' |
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | catalogLength: 9, // 总章节数 |
| | | catalogLength: 10, // 总章节数 |
| | | showCatalogList: [], // 显示的章节 |
| | | loadThreshold: 300, // 触发加载阈值 |
| | | throttleThreshold: 100, // 节流阈值 |
| | |
| | | chapterfive, |
| | | chapterSix, |
| | | chapterSeven, |
| | | chapterEight |
| | | chapterEight, |
| | | chapterNine |
| | | // assemblyOne, |
| | | // assemblyTwo, |
| | | } |
| | |
| | | chapterfive, |
| | | chapterSix, |
| | | chapterSeven, |
| | | chapterEight |
| | | chapterEight, |
| | | chapterNine |
| | | // assemblyOne, |
| | | // assemblyTwo, |
| | | // ChapterFour, |