请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

背景音乐无法播放

onMusic(){
console.log(“播放音乐”)
const mgr=wx.getBackgroundAudioManager()
mgr.title=‘背景音乐’;
mgr.src=’/music/music.mp3’
mgr.onError(function(err){
console.log(err)
});
console.log(“播放音乐-end”)
},
音源采用绝对路径在其他播放器中试过可以正确播放。
以上代码运行后,console输出如下:
播放音乐
播放音乐-end
post-detail.js? [sm]:30 {errMsg: 4, errCode: 10001}

请问是什么问题?无法像老师视频中一样出现播放器

正在回答 回答被采纳积分+3

1回答

提问者 L_R_M 2021-02-14 22:50:28

经查mgr.src不能用本地音源,采用老师的音源地址就可以播放

1 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信