jack 8 lat temu
rodzic
commit
4a30d48210
1 zmienionych plików z 2 dodań i 2 usunięć
  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({