diff --git a/src/pages/word/PracticeWords.vue b/src/pages/word/PracticeWords.vue index 33b94479..27838a52 100644 --- a/src/pages/word/PracticeWords.vue +++ b/src/pages/word/PracticeWords.vue @@ -272,8 +272,8 @@ async function next(isTyping: boolean = true) { } else { isTypingWrongWord.value = false console.log('当前学完了,没错词', statStore.total, statStore.step, data.index) - //学完了 - if (statStore.step === 8) { + //学完了,这里第 7 步如果无单词,加 3 就是 9 了 + if (statStore.step >= 8) { statStore.spend = Date.now() - statStore.startDate console.log('全完学完了') showStatDialog = true