From 98677be4729679b404a7ebbbee9b3fa19ba33d31 Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Tue, 19 Aug 2025 09:40:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=BC=80=E5=85=91=E6=8D=A2Token?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homePage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/homePage.vue b/src/views/homePage.vue index 12ecd20..3b8e560 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -355,7 +355,7 @@ const dialogVisible = ref(false); const showCount = () => { console.log("显示剩余次数"); // 显示弹窗 - // dialogVisible.value = true; + dialogVisible.value = true; console.log("dialogVisible 的值:", dialogVisible.value); // 添加日志确认 };