Commit 7af46ad2 by doszhang

dos

parent 5636af1c
...@@ -523,7 +523,7 @@ function backToFlag() { ...@@ -523,7 +523,7 @@ function backToFlag() {
}, 300, function () { }, 300, function () {
setTimeout(function () { setTimeout(function () {
$('.personal-page').hide(); $('.personal-page').hide();
$('.flag-page').css('z-index', '6'); $('.flag-page').css('z-index', '6').css('opacity', 1);
}, 300) }, 300)
}); });
......
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