src/App.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/books/lifeCare/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/App.vue
@@ -58,7 +58,7 @@ } else { this.activeBook = await this.config.getBookConfig( // childHealth this.config.resourceCtx + "childHealth" this.config.resourceCtx + "lifeCare" ); this.config.activeBook = this.activeBook; this.config.goodsStore = this.activeBook.storeRefcode; src/books/lifeCare/index.vue
@@ -89,7 +89,7 @@ }, mounted() { // 默认加载章节 this.showCatalogList = [4]; this.showCatalogList = [0]; // 滚动监听节流 this.throttledScrollHandler = _.throttle( this.scrollFun,