Commit ad81f2d1 by kaisa

feat:测试

parent 19da240e
Showing with 2 additions and 2 deletions
......@@ -697,10 +697,10 @@
.addClass("n" + numArr[1] + "");
layer.msg(numArr[0] + "-" + numArr[1]);
if (Number(numArr[0]) == 0 && Number(numArr[1]) <= 3) {
// if (numArr[0] == '0' && numArr[1] == "3") {
// 倒计时3s的时候播放倒计时音效
clock();
}
// }
$(".go-btn")
.unbind("click")
......
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