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) } })