This commit is contained in:
Horis
2023-12-09 23:54:05 +08:00
parent 7cbbe46fdf
commit a04a97d643
16 changed files with 100 additions and 17 deletions
@@ -69,6 +69,7 @@ const gotoChapter = (note) => {
currentChapterIndex.value = chapterIndex;
store.setPopCataVisible(false);
store.setContentLoading(true);
store.saveBookProgress();
emit("getContent", chapterIndex);
};