document.write(''); $(document).on("click",".regout",function(){//console.log(340); $.removeCookie("user_name");$.removeCookie("user_id"); $(".useguide1").html('登录'); window.location.href=window.location.href; }); $(document).on("click",".login",function(){ if( $.cookie("user_name")){return;} dialog({title: '用户登录窗口', url: "login.html?t=6"}).showModal(); });; function checknclick(){ if(! $.cookie("user_name")){ dialog({time:2,content:"未登录"}).show();return false; } return true; } function kidfnlogin(){ console.log("login result"); var _footg=$.cookie("user_name"); if(_footg){var s='[安全退出]'; $(".useguide1").html("当前用户:"+_footg+s); if(typeof fnmaininit=="function"){fnmaininit();} }else{$(".useguide1").html('登录   注册'); }} kidfnlogin();