Commit 87a6e770 by doszhang

dos

parent 3a0afe6b
...@@ -264,8 +264,8 @@ function showSuggestPage() { ...@@ -264,8 +264,8 @@ function showSuggestPage() {
$('.personal-page .personal-wrap').addClass('animate'); $('.personal-page .personal-wrap').addClass('animate');
$('.suggest-page').show(); $('.suggest-page').show();
setTimeout(function () { setTimeout(function () {
$('.personal-page').fadeOut(5000); $('.personal-page').fadeOut(500);
}, 3000); }, 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