ios使用wx.createInnerAudioContext()播放音频没有声音?
innerAudioContext.obeyMuteSwitch = false;
innerAudioContext.src = res.data.data //设置音频地址
innerAudioContext.play(); //播放音频
innerAudioContext.obeyMuteSwitch = false;
innerAudioContext.src = res.data.data //设置音频地址
innerAudioContext.play(); //播放音频