src/App.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/books/English/view/components/chapter001.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/books/math/view/components/chapter001.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/App.vue
@@ -79,7 +79,7 @@ // artAndDance // artAndDrama // math this.config.resourceCtx + "math" this.config.resourceCtx + "artAndDrama" ); // 测试试读30页 // this.activeBook.tryPageCount = 10; src/books/English/view/components/chapter001.vue
@@ -2672,6 +2672,7 @@ }; }, setBookQuestion() { console.log('保存'); localStorage.setItem( "english-book-question-one", JSON.stringify(this.questionData) src/books/math/view/components/chapter001.vue
@@ -763,12 +763,7 @@ } } } // this.questionData = res.data.data } else { // this.questionData = res.data.data; } } else { // this.questionData = res.data.data; } this.questionData = res.data.data; });