获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
哦 忘了说 连报错都没有 - - ! 就石沉大海一样
IOS 12.4.5 getBackgroundAudioManager 的play没有执行是为啥?用的基础调试库 是 2.11.1 在安卓和IOS13上运行都没毛病 但在IOS12上 连onplay都没有走进去就很疑惑!!! https://developers.weixin.qq.com/s/HiDC0Ym87ghb this.data.WxAudio = wx.getBackgroundAudioManager(); this.data.WxAudio.title = "123123"; this.data.WxAudio.src = "https://qinstor-gd2-110001.gd2.qingstor.com/test/14a8e10343794e46858cb520c00419bb.mp3"; this.data.WxAudio.play();
2020-06-09