From d851f43731b9db0ef36e01fd9c1e22d175cab663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 8 Jan 2026 11:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=BB=E8=BE=91=E5=A4=84?= =?UTF-8?q?=E7=90=861?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/live/pull/components/video/video.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/plugins/live/pull/components/video/video.vue b/pages/plugins/live/pull/components/video/video.vue index 87cc1d57..ccf9e3d3 100644 --- a/pages/plugins/live/pull/components/video/video.vue +++ b/pages/plugins/live/pull/components/video/video.vue @@ -167,6 +167,11 @@ */ // 自动播放失败, 静音播放 auto_play_error() { + uni.showToast({ + title: this.muted ? '静音播放失败' : '自动播放失败,已切换为静音播放', + icon: 'success', + mask: true + }) // 如果是静音播放了,但是还是播放失败 if (this.muted) { this.$emit('mutedAutoPlayError');