From 5ce9be9a55ff247865b32fb3cd58055c1bdb7d3e Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 9 Jun 2022 17:24:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E5=96=8A=E8=AF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppBroadcast1/LiveBroadcast.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/AppBroadcast1/LiveBroadcast.vue b/src/apps/AppBroadcast1/LiveBroadcast.vue index 1e57ef8e..e4a13178 100644 --- a/src/apps/AppBroadcast1/LiveBroadcast.vue +++ b/src/apps/AppBroadcast1/LiveBroadcast.vue @@ -163,6 +163,8 @@ }, onTouchend () { + if (!this.isShow) return + if (this.isShow && new Date().getTime() - this.startTime < 1500) { this.isImpact = false this.isShow = false