Commit b6485885 by doszhang

dos

parent 60b7d691
...@@ -114,7 +114,7 @@ function showPersonalPage() { ...@@ -114,7 +114,7 @@ function showPersonalPage() {
$('.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++) {
createList(flag[flagStack[i]], i + 1); createList(flagStack[i], i + 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