$(window).bind('beforeunload', function(){
if(localId)
{
wx.stopVoice({
localId:localId
});
}
});
离开当前页面调用不了wx.stopVoice接口?要怎么办才能离开页面时音频也停止播放
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
闭关修行中......