Commit 40dd8530 by kaisa

feat:更新

parent ffa60ab0
Showing with 1 additions and 3 deletions
...@@ -140,9 +140,7 @@ function rocketStop() { ...@@ -140,9 +140,7 @@ 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