From 5efa942d52bbd647fe6b824c74a193224df66674 Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Mon, 18 Aug 2025 20:49:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=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 03e1960..bb56054 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); // 添加日志确认 };