Commit b64699b0 by doszhang

dos

parent ae0d745a
......@@ -99,8 +99,8 @@ function showFlagPage() {
function createItem(flag, no) {
let item = flagTemplate.clone();
item.find('.flag-block .flag-no').text(no);
item.find('.flag-block .flag-text').text(flag);
item.find('.flag-no').text(no);
item.find('.flag-text').text(flag);
$('.flag-frame').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