Commit 8c512b09 by kaisa

feat:测试

parent 53632906
Showing with 2 additions and 0 deletions
......@@ -1197,8 +1197,10 @@
}
function refreshAudioBgm() {
mAudios.bgm.muted = true;
mAudios.bgm.pause();
mAudios.bgm.muted = false;
mAudios.bgm.loop = true;
mAudios.bgm.play();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment