Commit cbcbfb70 by doszhang

dos

parent 6b0dc9cf
......@@ -102,6 +102,7 @@ function showFlagPage() {
}
function randomFlag() {
$('.flag-frame').html('');
let flagArr = randomFlagArr(6);
for (let i = 0; i < flagArr.length; i++) {
createItem(flag[flagArr[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