Commit 42a0823b by doszhang

dos

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