Commit cd6d6446 by doszhang

dos

parent a085e333
......@@ -183,7 +183,8 @@ function fadeInTextUp(text, fadeTime, divName) {
}
setTimeout(function () {
//待动画执行完毕后删除动画div,将文字合并
$(divName + ' .flag-text span').text(text);
$(divName + ' div[class^=fly]').remove();
$(divName).append('<span>' + text + '</span>');
}, 3000);
}
......
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