onHide
onHide: function () {
var that = this;
if (that.data.quid == 0) {
wx.stopBackgroundAudio();
}
},
onUnload: function () {
var that = this;
if (that.data.quid == 0) {
wx.stopBackgroundAudio();
}
}
安卓版本5.1版本中 卸载页面中就可以终止音频 隐藏页面就不可以终止音频 两段代码一样