Commit 18ccd792 by doszhang

dos

parent 021e5c18
......@@ -364,6 +364,7 @@ function addFlagToList(text) {
let flagDelete = $('<div class="btn-checked-item-delete">删除</div>');
item.append(flagNo);
item.append(flagText);
item.append(flagDelete);
$('.flag-page .flag-list-content').append(item);
}
......
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