Browse Source

去掉alert资源详情页面

jack 8 years ago
parent
commit
51b75c8288
1 changed files with 2 additions and 4 deletions
  1. 2 4
      app/js/resinforbrow.js

+ 2 - 4
app/js/resinforbrow.js

62
					//职位
62
					//职位
63
					if(mydata['professor']["office"] == null || mydata['professor']["office"] == undefined) {
63
					if(mydata['professor']["office"] == null || mydata['professor']["office"] == undefined) {
64
						oprooffice.innerHTML = '';
64
						oprooffice.innerHTML = '';
65
					} else {
66
						alert(1)
67
						if(mydata['professor']["title"]) {	
68
							alert(2)
65
					} else {						
66
						if(mydata['professor']["title"]) {								
69
							oprooffice.innerHTML = ',' + mydata['professor']["office"]; //职位
67
							oprooffice.innerHTML = ',' + mydata['professor']["office"]; //职位
70
						}						
68
						}						
71
					};
69
					};