From a4e990538775d6ee53c265af9d99b6deaf1bbc89 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 10:47:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/live/pull/pull.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/plugins/live/pull/pull.vue b/pages/plugins/live/pull/pull.vue index de8a5c0b..1fb267cd 100644 --- a/pages/plugins/live/pull/pull.vue +++ b/pages/plugins/live/pull/pull.vue @@ -65,11 +65,19 @@ }, methods: { muted_auto_play_success(is_muted) { + uni.showToast({ + title: this.is_muted ? '静音播放成功' : '222225', + icon: 'none' + }); if (is_muted) { this.is_muted_auto_play_success = true; } }, muted_auto_play_error() { + uni.showToast({ + title: '显示图标提示', + icon: 'none' + }); this.is_muted_auto_play_error = true; }, // 静音提示点击