https://developers.weixin.qq.com/community/develop/doc/000c087e87845067e73b0333d5ac00?highLine=innererrcode%253A-11800 之前相同问题的帖子链接,相同的问题,一直都没解决。小程序用的好好的,突然有一天苹果手机就不能播放了,什么意思这是
苹果手机新版微信更新后,不能播放音频 {"errMsg":"INNERERRCODE:-11800,innerAudioContext.autoplay = true innerAudioContext.src = "https://book.tsg-online.net/zhangshangjieshu_server/dakaimg/tmp_40a5ea04d6875e80646f351aadf16bca.mp3"; console.log(innerAudioContext.duration); that.setData({ isplay: true }); innerAudioContext.onPlay(() => { console.log( innerAudioContext.src); console.log('开始播放') }) innerAudioContext.onError((res) => { console.log(res.errMsg) console.log(res.errCode) }) 之前一直可以听,去年微信更新版本后,苹果手机不能播放,提示 {"errMsg":"INNERERRCODE:-11800, ERRMSG:这项操作无法完成","errCode":10001},安卓手机正常播放没问题。
2021-03-03