From 2cfee142d813d1034a815a973016c85401587a45 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:31:29 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/live/pull/pull.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/plugins/live/pull/pull.vue b/pages/plugins/live/pull/pull.vue index de8a5c0b..7790f2cc 100644 --- a/pages/plugins/live/pull/pull.vue +++ b/pages/plugins/live/pull/pull.vue @@ -141,6 +141,7 @@ z-index: 11; width: 100%; height: 100%; + background: red; .icon-bofang { height: 200rpx; width: 200rpx; From 7609952be5c0b05fb18c21255ae272784897d2ad 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:38:53 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/live/pull/components/video/video.vue | 5 ----- pages/plugins/live/pull/pull.vue | 5 +++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/pages/plugins/live/pull/components/video/video.vue b/pages/plugins/live/pull/components/video/video.vue index ccf9e3d3..87cc1d57 100644 --- a/pages/plugins/live/pull/components/video/video.vue +++ b/pages/plugins/live/pull/components/video/video.vue @@ -167,11 +167,6 @@ */ // 自动播放失败, 静音播放 auto_play_error() { - uni.showToast({ - title: this.muted ? '静音播放失败' : '自动播放失败,已切换为静音播放', - icon: 'success', - mask: true - }) // 如果是静音播放了,但是还是播放失败 if (this.muted) { this.$emit('mutedAutoPlayError'); diff --git a/pages/plugins/live/pull/pull.vue b/pages/plugins/live/pull/pull.vue index 7790f2cc..d2b522bc 100644 --- a/pages/plugins/live/pull/pull.vue +++ b/pages/plugins/live/pull/pull.vue @@ -1,6 +1,7 @@