小程序退出页面createInnerAudioContext仍然继续播放,无法停止播放
时间:2020-03-08 14:27:54
收藏:0
阅读:76
onHide: function () { innerAudioContext.stop(); innerAudioContext.destroy(); }, /** * 生命周期函数--监听页面卸载 */ onUnload: function () { innerAudioContext.stop(); innerAudioContext.destroy(); },
必须同时添加stop和destory 我刚开始试了stop和destory两个调哪一个都不行 后来放一块就行了,理论上随便调哪一个都应该是可以的,应该是小程序的bug
原文:https://www.cnblogs.com/wuchaofan1993/p/12442145.html
评论(0)