Commit f9b7d347 by doszhang

dos

parent 8bb08974
......@@ -792,7 +792,7 @@ function addFlag(e) {
// calculationStep(target.startX, target.endX, target.startY, target.endY);
$(e.currentTarget).find('.star1,.star2').addClass('animate');
setTimeout(function () {
$('.flag-page .flag-block .star1,.flag-page .flag-block .star2').removeClass('animate');
$(e.currentTarget).find('.star1,.star2').removeClass('animate');
}, 2500);
$('.flag-choose-tip').removeClass('active');
......
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