Commit e2160e30 by doszhang

dos

parent f017afd3
...@@ -375,7 +375,7 @@ function showDecorate() { ...@@ -375,7 +375,7 @@ function showDecorate() {
function showPersonalPage() { function showPersonalPage() {
// $('.flag-page').fadeOut(300); // $('.flag-page').fadeOut(300);
$('.personal-page').css('opacity', 0); $('.personal-page').fadeOut(0);
$('.personal-page').fadeIn(300); $('.personal-page').fadeIn(300);
// 创建个性化页面的flag列表 // 创建个性化页面的flag列表
for (let i = 0; i < flagStack.length; i++) { for (let i = 0; i < flagStack.length; i++) {
......
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