当前位置 : 主页 > 网络编程 > JavaScript >

ios微信audio无法自动播放

来源:互联网 收集:自由互联 发布时间:2021-06-28
解决ios微信audio无法自动播放 mounted () { this.mySound = this.$refs.audio this.mySound.loop = true window.wx.ready(() = { this.mySound.play() })}
解决ios微信audio无法自动播放
mounted () {
    this.mySound = this.$refs.audio
    this.mySound.loop = true
    window.wx.ready(() => {
        this.mySound.play()
    })
}
网友评论