Commit fb6442c4 by doszhang

dos

parent 885a9c92
...@@ -334,7 +334,7 @@ function countDown(callback) { ...@@ -334,7 +334,7 @@ function countDown(callback) {
countdown--; countdown--;
if (countdown == 0) { if (countdown == 0) {
clearInterval(timer); clearInterval(timer);
$('.countdown-num').removeClass('animate'); // $('.countdown-num').removeClass('animate');
callback(); callback();
} else { } else {
......
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