ios真机调试

This commit is contained in:
zy
2024-03-29 09:46:05 +08:00
parent db360cbefb
commit 17039a7ee6
23 changed files with 107 additions and 53 deletions

View File

@@ -460,9 +460,10 @@ var music = {
if(bgm.interval){
console.log('存在定时器,清空')
clearInterval(bgm.interval)
bgm.interval = null
bgm.interval = null
bgm.stop()
}
bgm.stop()
}
}