默认关闭音乐
This commit is contained in:
parent
e6b33e9d7e
commit
b08b6e182d
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user