luyanan %!s(int64=7) %!d(string=hace) años
padre
commit
cbcb6651a1
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      js/userInforShow.js

+ 3 - 3
js/userInforShow.js

@ -968,7 +968,7 @@ $(function() {
968 968
				}
969 969
			});
970 970
		},
971
		likeExperts=function(){//感兴趣的企业
971
		likeExperts=function(){//感兴趣
972 972
			oAjax("/ajax/professor/ralateProfessors",{
973 973
				"professorId":professorId
974 974
			}, "get", function(data){
@ -1035,7 +1035,7 @@ $(function() {
1035 1035
						lengthT=data.data.length
1036 1036
					}
1037 1037
					for(var i = 0; i < lengthT; i++) {
1038
						var ExpId = data.data[i].id;
1038
						var ExpId = data.data[i].professorId;
1039 1039
						var paperN=data.data[i].paperCount;
1040 1040
						var patentN=data.data[i].patentCount;
1041 1041
						(function(Id,numL,numZ){
@ -1049,7 +1049,7 @@ $(function() {
1049 1049
									itemlist += '<p class="h2Font ellipsisSty" id="copNum"></p>';
1050 1050
									itemlist += '</div></a></li>';
1051 1051
								var $itemlist = $(itemlist);
1052
								$("#likePro").append($itemlist);
1052
								$("#relatePro").append($itemlist);
1053 1053
								if(numL){
1054 1054
									if(numZ){
1055 1055
										$itemlist.find("#copNum").text("合作:"+numZ+"项专利,"+numL+"篇论文")