在开发环境上播放音频没有声音,之前是可以播放的.
const innerAudioContext = wx.createInnerAudioContext()
innerAudioContext.autoplay = trueinnerAudioContext.src = 'http://ws.stream.qqmusic.qq.com/M500001VfvsJ21xFqb.mp3?guid=ffffffff82def4af4b12b3cd9337d5e7&uin=346897220&vkey=6292F51E1E384E061FF02C31F716658E5C81F5594D561F2E88B854E81CAAB7806D5E4F103E55D33C16F3FAC506D1AB172DE8600B37E43FAD&fromtag=46'innerAudioContext.onPlay(() => { console.log('开始播放')
})
innerAudioContext.onError((res) => { console.log(res.errMsg) console.log(res.errCode)
})
微信小程序开发问题解答 本文来自微信小程序工厂 http://www.xcxgc.com,转载请保留。
微信小程序开发者回答:
北***:
我也遇到了,开发时没声音,希望官方能解决
唂***:
请问找到方法了吗?
每次启动,都停在后台,然后我删除了,在启动就好了
?***:
就在昨天音频部分又好用了 不知道是开发工具的问题还是什么
本文网址:http://www.91bianli.com/weixinxiaochengxu/32386.html