Commit cce5b654 by kaisa

feat:测试

parent a9d71170
Showing with 1 additions and 1 deletions
...@@ -696,7 +696,7 @@ ...@@ -696,7 +696,7 @@
.removeClass("n0 n1 n2 n3 n4 n5 n6 n7 n8 n9") .removeClass("n0 n1 n2 n3 n4 n5 n6 n7 n8 n9")
.addClass("n" + numArr[1] + ""); .addClass("n" + numArr[1] + "");
layer.msg(Number(numArr[0]) + "-" + Number(numArr[1])); layer.msg(Number(numArr[0]) + "--" + Number(numArr[1]));
if (Number(numArr[0]) == 0 && Number(numArr[1]) == 3) { if (Number(numArr[0]) == 0 && Number(numArr[1]) == 3) {
// 倒计时3s的时候播放倒计时音效 // 倒计时3s的时候播放倒计时音效
clock(); clock();
......
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