Commit 2bc3e87f by doszhang

dos

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