Commit 6a583175 by kaisa

feat:测试

parent a4b4e3a7
Showing with 2 additions and 0 deletions
...@@ -163,6 +163,8 @@ function rocketStop() { ...@@ -163,6 +163,8 @@ function rocketStop() {
function clock(min, sec) { function clock(min, sec) {
if (Number(min) == 0 && Number(sec) <= 3) { if (Number(min) == 0 && Number(sec) <= 3) {
mAudios.clock.play(); mAudios.clock.play();
} else {
mAudios.clock.pause();
} }
} }
// //
......
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