Commit 82243658 by kaisa

feat:新增火箭升空倒计时音效

parent 45cb68ef
Showing with 4 additions and 0 deletions
......@@ -695,6 +695,10 @@
.removeClass("n0 n1 n2 n3 n4 n5 n6 n7 n8 n9")
.addClass("n" + numArr[1] + "");
if (numArr[1] == 3) {
// 倒计时3s的时候播放倒计时音效
clock();
}
$(".go-btn")
.unbind("click")
.on("click", function () {
......
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