Browse Source

增加Visible可见

pull/1298/head
wangjr 3 years ago
parent
commit
3ac158c644
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/base/head_pro.tmpl

+ 1
- 1
templates/base/head_pro.tmpl View File

@@ -233,7 +233,7 @@ var _hmt = _hmt || [];
}else{ }else{
isNewNotice=false; isNewNotice=false;
} }
if ("{{.notice.Visible}}"){
if (JSON.parse("{{.notice.Visible}}")){
if(isNewNotice){ if(isNewNotice){
document.getElementById("notic_content").style.display='block' document.getElementById("notic_content").style.display='block'
}else{ }else{


Loading…
Cancel
Save