mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-22 23:51:41 +08:00
修改网页标签不闪烁问题
This commit is contained in:
@@ -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){
|
||||
|
||||
@@ -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){
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user