Commit 60b7d691 by doszhang

dos

parent c8b78462
...@@ -113,8 +113,9 @@ function showPersonalPage() { ...@@ -113,8 +113,9 @@ function showPersonalPage() {
$('.flag-page').fadeOut(300); $('.flag-page').fadeOut(300);
$('.personal-page').fadeIn(300); $('.personal-page').fadeIn(300);
// 创建个性化页面的flag列表 // 创建个性化页面的flag列表
createList(flag[17], 1); for (let i = 0; i < flagStack.length; i++) {
createList(flag[0], 2); createList(flag[flagStack[i]], i + 1);
}
} }
function createList(flag, no) { function createList(flag, no) {
......
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