$(function() {
var key = true;
console.log(key)
if (key){
$('#tk_cr').html("
\n" +
"
\n" +
"
\n" +
"
\n" +
"
公告
\n" +
"
Notice
\n" +
"
\n" +
"
\n" +
" {ms:global.descrip/}\n" +
"
\n" +
"
\n" +
"
\n" +
"
\n" +
"
");
}
$(".fix-box .close-gb").click(function(){
$(".fix-box").fadeOut();
})
});