Commit b7a8e850 by doszhang

dos

parent 1664d78d
......@@ -521,6 +521,7 @@ function backToFlag() {
$('.personal-page').animate({
opacity: 0
}, 3000, function () {
$('.personal-page').hide();
$('.flag-page').css('z-index', '6');
});
$('.flag-page').css('opacity', 1);
......
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