ios使用wx.createInnerAudioContext()播放音频没有声音?
innerAudioContext.obeyMuteSwitch = false;
innerAudioContext.src = res.data.data //设置音频地址
innerAudioContext.play(); //播放音频
1 回复
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)