Commit 8a18f90e by doszhang

dos

parent bc14c602
......@@ -741,6 +741,8 @@ function showPersonalPage() {
}
function createList(target, flag, no, wrapNum = 0) {
console.log(wrapNum);
let item = $('<div class="flag-item"></div>');
item.append($('<div class="flag-no"></div>'));
item.append($('<div class="flag-text"></div>'));
......
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