Commit 6860eb02 by doszhang

dos

parent f12fae8b
......@@ -121,8 +121,8 @@ function addFlag() {
}
function showFlagPage() {
$('.page1').fadeOut(300);
$('.flag-page').show(300);
$('.page1').fadeOut(500);
$('.flag-page').show();
$('.flag-page .choose-num').text(chooseNum);
let flagArr = randomFlag();
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