$(function(){ if(navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i)){ location.href="http://" + window.location.host + "/e/index.html"; } $(".headnav li").eq(0).addClass("navcurrent"); loginStatus();//判断个人是否登录 var userid = $.cookie('userid'); //加载页面时,判断企业账号是否登录 var orgid = $.cookie('orgId'); $("#cmpSettled").on("click",function(){ if (orgid && orgid != "null" && orgid != null) { location.href="cmp-portal/cmp-needList.html" }else{ location.href="cmp-portal/cmp-settled-reg.html" } }) $("#gocmp").on("click",function(){ if (orgid && orgid != "null" && orgid != null) { location.href="cmp-portal/cmp-needList.html" }else{ location.href="cmp-portal/cmp-settled-log.html" } }) var sureOrg ='
请先确认您的所在机构:(建议填写正式全称)
'+ '50字以内
注:
1. 只能发布您所在机构的需求。
2. 当您在资料中变更了所在机构后,该需求将会自动关闭。