关闭公告,测试

This commit is contained in:
dongruihua
2022-11-09 00:56:43 +08:00
parent fdedef8faf
commit 1e7f5b59b3

View File

@@ -29,7 +29,7 @@
//console.log(now.getTime(),min.getTime(),max.getTime());
if(now.getTime()>min.getTime() && now.getTime()<max.getTime()){
//console.log('open')
this.showGonggao=true;
//this.showGonggao=true;
}
}
}