this.addScore = wx.createInnerAudioContext();
this.addScore.src = './audio/add_score.mp3';
this.addScore.play()
这样在真机上木有声音
onError后报错是errCode602,err:error, not found param
然后用外链,但外链有延迟,请问是哪里出了问题?
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小游戏 | Bug | wx.createInnerAudioContext | 微信安卓客户端 | 7.0.10 | 2.10.1 |
2 个回答
你好,能否提供个可复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
同出现问题了,请问你怎么解决的