Parcourir la Source

Merge branch 'dev' of http://121.42.53.174:3000/jiapeng/portal-front.git into dev

happy 8 ans auparavant
Parent
commit
3f9daf05e4
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      js/index.js

+ 2 - 2
js/index.js

83
	})
83
	})
84
	/*发布需求*/
84
	/*发布需求*/
85
	$("#postNow").click(function(){
85
	$("#postNow").click(function(){
86
		if(userid=="null"){
86
		if(userid=="null"||userid==undefined){
87
			location.href="login.html";
87
			location.href="login.html";
88
		}
88
		}
89
		$.ajax({
89
		$.ajax({
113
	})
113
	})
114
	/*我是专家*/
114
	/*我是专家*/
115
	$("#JoinKeXiu").click(function(){
115
	$("#JoinKeXiu").click(function(){
116
		if(userid=="null"){
116
		if(userid=="null"||userid==undefined){
117
			location.href="login.html";
117
			location.href="login.html";
118
		}
118
		}
119
		$.ajax({
119
		$.ajax({