Browse Source

发布需求逻辑错误

jack 7 years ago
parent
commit
dea7d08807
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/index.js

+ 1 - 1
js/index.js

@ -53,7 +53,7 @@ $(function(){
53 53
			success:function(data){
54 54
				console.log(data)
55 55
				var statusN=data.data;
56
				if(statusN==0){
56
				if(statusN){
57 57
					window.open("postDemand.html");
58 58
				}else{
59 59
					$(".blackcover2").fadeIn();