暂无评论内容
window.onload = function(){ setTimeout(function () {$('#modal-system-notice').modal('show'); $.cookie("showed_system_notice","showed", {path: "/",expires: 1}); }, 500)};