ios不触发背景音频的onCanplay
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安卓正常