Commit 02157478 by doszhang

dos

parent b8a68711
...@@ -140,7 +140,7 @@ function changeFlag() { ...@@ -140,7 +140,7 @@ function changeFlag() {
for (let i = 0; i < 6; i++) { for (let i = 0; i < 6; i++) {
$('.flag' + (i + 1) + ' span').text(flag[flagArr[i]]); $('.flag' + (i + 1) + ' span').text(flag[flagArr[i]]);
} }
$('.flag-block').fadeIn(300); $('.flag-block').fadeIn(0);
}, 300); }, 300);
} }
......
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