From 576e73b7edcb6d6d43a98865d994a389e02fb4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 26 Dec 2025 18:26:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A1=E6=95=B0=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../full-screen-like-effect/full-screen-like-effect.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/plugins/live/pull/components/full-screen-like-effect/full-screen-like-effect.vue b/pages/plugins/live/pull/components/full-screen-like-effect/full-screen-like-effect.vue index ac84dd4c..cca21a89 100644 --- a/pages/plugins/live/pull/components/full-screen-like-effect/full-screen-like-effect.vue +++ b/pages/plugins/live/pull/components/full-screen-like-effect/full-screen-like-effect.vue @@ -275,7 +275,7 @@ // 如果距离上次点赞超过1秒,重置计数 if (current_time - this.last_like_time > 1000) { - this.like_count = 1; + this.like_count = 0; this.show_like_count = false; // 重置时隐藏数量显示 } else { // 否则增加计数