From 46ae2e2dcdd77b15cd0a2c07ac8cc3874ff56616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Tue, 6 Jan 2026 15:22:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9D=99=E9=9F=B3=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/live/pull/components/video/video.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/plugins/live/pull/components/video/video.vue b/pages/plugins/live/pull/components/video/video.vue index 6a34031f..5de331f7 100644 --- a/pages/plugins/live/pull/components/video/video.vue +++ b/pages/plugins/live/pull/components/video/video.vue @@ -60,12 +60,14 @@ this.windowWidth = data.windowWidth; this.windowHeight = data.windowHeight; }, + // #ifdef H5 mounted() { window.addEventListener('click', this.click_video); }, beforeDestroy() { window.removeEventListener('click', this.click_video); }, + //#endif methods: { /** * 点击视频区域处理函数