|
|
@@ -226,10 +226,12 @@ var _hmt = _hmt || []; |
|
|
|
} |
|
|
|
let isShowNoticeTag = false; |
|
|
|
let notices= {{.notices.Notices}} |
|
|
|
for (i =0;i<notices.length;i++){ |
|
|
|
if (notices[i].Visible==1){ |
|
|
|
isShowNoticeTag =true; |
|
|
|
break; |
|
|
|
if(notices != null && notices!=''){ |
|
|
|
for (i =0;i<notices.length;i++){ |
|
|
|
if (notices[i].Visible==1){ |
|
|
|
isShowNoticeTag =true; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
if (isShowNoticeTag){ |
|
|
@@ -245,7 +247,9 @@ var _hmt = _hmt || []; |
|
|
|
|
|
|
|
} |
|
|
|
}else{ |
|
|
|
document.getElementById("notic_content").style.display='none' |
|
|
|
if (document.getElementById("notic_content") != null){ |
|
|
|
document.getElementById("notic_content").style.display='none' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|