iOS使用wx.playBackgroundAudio不能播放背景音乐
使用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)。