Commit 7853588a by doszhang

dos

parent 7ac1fd81
...@@ -122,7 +122,7 @@ function addFlag() { ...@@ -122,7 +122,7 @@ function addFlag() {
function showFlagPage() { function showFlagPage() {
$('.page1').fadeOut(300); $('.page1').fadeOut(300);
$('.flag-page').fadeIn(300); $('.flag-page').show(300);
$('.flag-page .choose-num').text(chooseNum); $('.flag-page .choose-num').text(chooseNum);
let flagArr = randomFlag(); let flagArr = randomFlag();
for (let i = 0; i < flagArr.length; i++) { for (let i = 0; i < flagArr.length; 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