- 珊瑚鉴黄报错了?4月9日停止购买,后续如何使用?
VM1647 WAService.js:2 Unhandled promise rejection Error: invokeService:fail 9301010 consumption failure (requestId: MLycl06rdwOoqOpgVghWA1oygmlL_5XcddION33KV8tABz96O8Hh-5pes9C2rpNBSGM)
2021-05-06 - 自定义组件 -音频播放的时候如何充值所有音频组件的播放状态?
音频组件是在列表中, 每次点击其中一个音频播放,这个音频的状态就是播放中, 这个时候点击下一个音频组件播放,如何把上一个音频组件的状态重置状态
2019-10-21 - wx.createInnerAudioContext() ios播放失败
- 当前 Bug 的表现(可附上截图) ios真机播放失败;浏览器,安卓真机,开发工具可以正常播放 报错信息如下 [图片] http://xm.sljy.com//assets/img/ZT001/spk/analRec/ZT001S01/2017-03-05rJIJ.mp3 、 有的地址是可以正常播放的,这个在ios上就播放不了 - 预期表现 - 复现路径 - 提供一个最简复现 Demo const innerAudioContext = wx.createInnerAudioContext() innerAudioContext.autoplay = true innerAudioContext.src = 'http://xm.sljy.com//assets/img/ZT001/spk/analRec/ZT001S01/2017-03-05rJIJ.mp3' innerAudioContext.onPlay(() => { console.log('开始播放') }) innerAudioContext.onError((res) => { console.log(res.errMsg) console.log(res.errCode) })
2019-02-11