seo优化

This commit is contained in:
“wanyongkang”
2021-05-25 16:09:34 +08:00
parent 60cb8a6c11
commit 58edb40768
5 changed files with 146 additions and 3 deletions

View File

@@ -350,6 +350,10 @@
},
});
$('.notice').hide();
self.setTimeout(function(){
$('.notice').show();
},3000)
function know() {
$('.notice').hide();
}