This commit is contained in:
Horis
2023-12-09 23:54:05 +08:00
parent 7295a5ed89
commit 96f8d3bd97
16 changed files with 100 additions and 17 deletions

View File

@@ -69,6 +69,7 @@ const gotoChapter = (note) => {
currentChapterIndex.value = chapterIndex;
store.setPopCataVisible(false);
store.setContentLoading(true);
store.saveBookProgress();
emit("getContent", chapterIndex);
};