Commit b20a0401 by doszhang

dos

parent afe1b978
......@@ -844,6 +844,8 @@ function addCustomizeFlag() {
$('.flagadd').removeClass('animate');
}, 2000);
if (firstChooseFlag) {
$('#notification_area').remove();
my_notify('可关闭列表,继续选择Flag');
$('.checked-flag-list').css('transform', 'scale(1)');
$('.flag-page .choose-block').addClass('animate');
checkFlagListStatus = true;
......@@ -858,7 +860,7 @@ function addCustomizeFlag() {
function addFlag(e) {
if (firstChooseFlag) {
$('#notification_area').remove();
my_notify('关闭列表,继续选择Flag');
my_notify('关闭列表,继续选择Flag');
$('.checked-flag-list').css('transform', 'scale(1)');
$('.flag-page .choose-block').addClass('animate');
checkFlagListStatus = true;
......
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