Commit dd2f5bf3 by doszhang

dos

parent dcca5ba3
...@@ -512,7 +512,10 @@ function showSuggestPage() { ...@@ -512,7 +512,10 @@ function showSuggestPage() {
function backToFlag() { function backToFlag() {
$('.personal-page').fadeOut(3000, function () { $('.personal-page').fadeOut(3000, function () {
$('.flag-page').css('z-index', '6'); setTimeout(function () {
$('.flag-page').css('z-index', '6');
}, 1000)
}); });
$('.flag-page').css('opacity', 1); $('.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