From 188daa961dc0fa26c816e1bd92aa7e4f91e08073 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 19 Sep 2025 17:40:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=9F=B3=E9=A2=91=E5=BC=80?= =?UTF-8?q?=E5=85=B3=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 7654d28..7a3d5ed 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -491,10 +491,10 @@ export default { this.audioContext.onPlay(() => { console.log("音频开始播放"); this.isAudioPlaying = true; - uni.showToast({ - title: "音频已开启", - icon: "none", - }); + // uni.showToast({ + // title: "音频已开启", + // icon: "none", + // }); }); this.audioContext.onError((err) => { @@ -533,10 +533,10 @@ export default { this.audioContext = null; } this.isAudioPlaying = false; - uni.showToast({ - title: "音频已关闭", - icon: "none", - }); + // uni.showToast({ + // title: "音频已关闭", + // icon: "none", + // }); }, }, }; @@ -619,7 +619,7 @@ page { .list-scroll { width: 100%; margin-top: 20rpx; - + overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch;