From ed5c70140706fbb84bcc4048723e108b91a6c69f Mon Sep 17 00:00:00 2001 From: zhangjiahao <1627043995@qq.com> Date: Thu, 24 Jul 2025 11:04:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A9=E5=8A=9B=E6=88=90=E5=8A=9F=E5=8A=A8?= =?UTF-8?q?=E7=94=BB2s=E6=94=B9=E4=B8=BA1s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/zhongchou/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/zhongchou/index.vue b/src/views/zhongchou/index.vue index aab0beb..73fdf6c 100644 --- a/src/views/zhongchou/index.vue +++ b/src/views/zhongchou/index.vue @@ -378,10 +378,10 @@ const handleBoostClick = async (area) => { // 显示助力成功提示 showBoostSuccess.value = true - //助力成功动画2s + //助力成功动画1s setTimeout(() => { showBoostSuccess.value = false - }, 2000) + }, 1000) // 重新获取活动数据以更新按钮状态和进度 await fetchActivity()