iOS使用wx.playBackgroundAudio不能播放背景音乐
发布于 7 年前 作者 yshen 2883 次浏览 来自 问答

使用wx.playBackgroundAudio播放背景音乐返回值是 errMsg:playBackgroundAudio:ok,安卓机没有问题,但是ios无法播放,能保证各个参数都有值,附上代码求大神指教

wx.playBackgroundAudio({

    dataUrl: that.data.solfDetail.audio_path,

    title: that.data.solfDetail.title,

    coverImgUrl: that.data.solfDetail.img_path,

    success:function(res){

        console.log(res)

    },

    fail:function(err){

        console.log(err)

    }

})

1 回复

你好,请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

回到顶部