From 9724e03254cfd4c2cbf4b588300fb904486fbb26 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 16:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/live/pull/components/live-content/live-content.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/plugins/live/pull/components/live-content/live-content.vue b/pages/plugins/live/pull/components/live-content/live-content.vue index 4a2cc84a..2c8e3d11 100644 --- a/pages/plugins/live/pull/components/live-content/live-content.vue +++ b/pages/plugins/live/pull/components/live-content/live-content.vue @@ -859,7 +859,7 @@ clearTimeout(this.like_timer); } // 两秒没有人点赞,则显示临时点赞数量加上原有数量 - setTimeout(() => { + this.like_timer = setTimeout(() => { // 显示临时点赞数量加上原有数量 this.like_count = this.like_count + this.casual_like_count; this.socket_send('live-room-like', this.casual_like_count);