Commit 42a0823b by doszhang

dos

parent 48b586dc
......@@ -772,6 +772,7 @@ function addCustomizeFlag() {
}, 1000);
if (firstChooseFlag) {
$('.checked-flag-list').css('transform', 'scale(1)');
$('.flag-page .choose-block').addClass('animate');
checkFlagListStatus = true;
firstChooseFlag = false;
}
......@@ -784,6 +785,7 @@ function addCustomizeFlag() {
function addFlag(e) {
if (firstChooseFlag) {
$('.checked-flag-list').css('transform', 'scale(1)');
$('.flag-page .choose-block').addClass('animate');
checkFlagListStatus = true;
firstChooseFlag = false;
}
......
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