Commit 40dd8530 by kaisa

feat:更新

parent ffa60ab0
Showing with 0 additions and 2 deletions
...@@ -140,8 +140,6 @@ function rocketStop() { ...@@ -140,8 +140,6 @@ 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