Commit b8e3cf6c by doszhang

dos

parent 02157478
...@@ -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(0); $('.flag-block').show(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