Browse Source

工作台需求数量

luyanan 7 years ago
parent
commit
bbea7bdcba
1 changed files with 4 additions and 4 deletions
  1. 4 4
      js/workindex.js

+ 4 - 4
js/workindex.js

@ -50,11 +50,11 @@ $(function() {
50 50
			"success": function(data) {
51 51
				if(data.success) {
52 52
					oAuthType=data.data.authType;
53
					if(oAuthType==0){
54
						$("#ponUm").text("个我正在发布的需求");
55
						$("#searchDemand").text(">>点击查看");
53
					//if(oAuthType==0){
54
//						$("#ponUm").text("个我正在发布的需求");
55
//						$("#searchDemand").text(">>点击查看");
56 56
						demandNumMy(); 
57
					}else if(oAuthType==1){
57
					if(oAuthType==1){
58 58
						$("#consultf").removeClass("nohide")
59 59
//						demandNum();
60 60
					}