From b8ab369d548faa271f29344d09712d426831eadb Mon Sep 17 00:00:00 2001 From: Zyronon Date: Tue, 12 Aug 2025 15:33:41 +0800 Subject: [PATCH] Update Statistics.vue --- src/pages/pc/word/Statistics.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/pc/word/Statistics.vue b/src/pages/pc/word/Statistics.vue index fe6f7eef..f7edd767 100644 --- a/src/pages/pc/word/Statistics.vue +++ b/src/pages/pc/word/Statistics.vue @@ -58,10 +58,10 @@ watch(model, (newVal) => { review: statStore.reviewWordNumber + statStore.writeWordNumber } window.umami?.track('studyWordEnd', { - name: store.sbook.name, - index: store.sbook.lastLearnIndex, - custom: store.sbook.custom, - complete: store.sbook.complete, + name: store.sdict.name, + index: store.sdict.lastLearnIndex, + custom: store.sdict.custom, + complete: store.sdict.complete, }) //这里不知为啥会卡,打开有延迟 requestIdleCallback(() => {