From b08b6e182d85862590e2cf1ee9081fc8615afae4 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Mon, 24 Nov 2025 17:28:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=AD=E9=9F=B3?= =?UTF-8?q?=E4=B9=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index c987747..a61db16 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -160,7 +160,7 @@ export default { endTime: "", audioUrl: "", }, - isAudioPlaying: true, // 改为默认开启 + isAudioPlaying: false, // 改为默认开启 audioContext: null, }; }, @@ -303,9 +303,9 @@ export default { this.startMarquee(); // 自动播放音频 - if (this.templeData.audioUrl) { - this.playAudio(); - } + // if (this.templeData.audioUrl) { + // this.playAudio(); + // } console.log("寺庙数据加载成功"); } else {