this.backgroundAudioManager = wx.getBackgroundAudioManager()
this.backgroundAudioManager.title = _this.data.PlayJs_import_Data.introduce;
this.backgroundAudioManager.src = src;
this.backgroundAudioManager.onCanplay(()=>{
console.log("视频缓冲完毕,可以播放啦~");
wx.hideLoading()
})
ios不触发背景音频的onCanplay 安卓正常
我的动态赋值src就报10002,你的解决了么
大家有人知道是什么原因导致的吗