修改网页标签不闪烁问题

This commit is contained in:
小胡
2023-03-03 13:53:49 +08:00
Unverified
parent fec4e89801
commit 711a76c161
4 changed files with 7 additions and 7 deletions

View File

@@ -32,11 +32,11 @@
if(sum>0){
jQuery('#dzz_notification>span.badge').html(sum).removeClass('hide');
jQuery('#dzz_notification>span.dzz').hide();
//_notice.flashTitle();
_notice.flashTitle();
}else{
jQuery('#dzz_notification>span.badge').addClass('hide');
jQuery('#dzz_notification>span.dzz').show();
//_notice.flashTitle(1);
_notice.flashTitle(1);
}
}
_notice.flashTitle=function(flag){

View File

@@ -39,11 +39,11 @@ _notice.showTips=function(sum){
if(sum>0){
jQuery('#dzz_notification>span.badge').html(sum).removeClass('hide');
jQuery('#dzz_notification>span.dzz').hide();
//_notice.flashTitle();
_notice.flashTitle();
}else{
jQuery('#dzz_notification>span.badge').addClass('hide');
jQuery('#dzz_notification>span.dzz').show();
//_notice.flashTitle(1);
_notice.flashTitle(1);
}
}
_notice.flashTitle=function(flag){

View File

@@ -54,11 +54,11 @@
if(sum>0){
jQuery('#dzz_notification>span.badge').html(sum).removeClass('hide');
jQuery('#dzz_notification>span.dzz').hide();
//_notice.flashTitle();
_notice.flashTitle();
}else{
jQuery('#dzz_notification>span.badge').addClass('hide');
jQuery('#dzz_notification>span.dzz').show();
//_notice.flashTitle(1);
_notice.flashTitle(1);
}
}
_notice.flashTitle=function(flag){