机型: ipnonex 微信版本号8.0.12、系统版本号14.0.1 代码 index.html <button bindtap="onPlay">正常播放</button> index.js // index.js // 获取应用实例 const app = getApp() const url = 'https://cos.ap-shanghai.myqcloud.com/6126-shanghai-007-shared-05-1256635546/679a-1400305802/61d2-57638033023143bc8b340372334663d1/5fe5fc2c32269597d4f4c9a830875fc4-57638033023143bc8b340372334663d1'; Page({ data: { }, onLoad() { if (wx.getUserProfile) { this.setData({ canIUseGetUserProfile: true }) } }, onPlay(){ let innerAudioContext = wx.createInnerAudioContext(); innerAudioContext.src = url; innerAudioContext.play(); innerAudioContext.onError(err => { console.log('播放错误... ', err); }); } })
wx.createInnerAudioContext() bug通过腾讯im聊天发送的语音 使用wx.createInnerAudioContext() 方法在ios上报错, 在安卓上正常 报错信息[图片] 腾讯im聊天返回的地址是 https://cos.ap-shanghai.myqcloud.com/6126-shanghai-007-shared-05-1256635546/679a-1400305802/61d2-57638033023143bc8b340372334663d1/5fe5fc2c32269597d4f4c9a830875fc4-57638033023143bc8b340372334663d1
2021-09-08这个插件是在微信电子健康卡开放平台上通过 步骤添加的 一直没有审核通过 现在开发流程走不下去
电子健康卡插件一直没有审核通过?[图片]
2019-08-20