Commit 9d1c00f9 by doszhang

dos

parent a08e6858
......@@ -136,7 +136,7 @@ function changeFlag() {
$('.flag-text span').fadeOut(20);
$('.flag-line,.flag-no,.text-bottom').css('animation', 'none 0 ease 0 1 normal')
setTimeout(function () {
let flagArr = randomFlagArr();
let flagArr = randomFlagArr(6);
for (let i = 0; i < 6; i++) {
$('.flag' + (i + 1) + ' span').text(flag[flagArr[i]]);
}
......
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