jack 7 years ago
parent
commit
b98c588aa2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/paperShow1.js

+ 2 - 2
js/paperShow1.js

86
					if(data.data.length>0){
86
					if(data.data.length>0){
87
						$("#aboutAuthors .lastBtn span").text(data.data.length);
87
						$("#aboutAuthors .lastBtn span").text(data.data.length);
88
						for(var i=0;i<data.data.length;i++){
88
						for(var i=0;i<data.data.length;i++){
89
							var authTy="",authTit="",baseInfo="",ifPoint="",imgbg="../images/default-photo.jpg";
89
							var authTy="",authTit="",baseInfo="",ifPoint="",imgbg="/images/default-photo.jpg";
90
							if(data.data[i].professorId.substring(0, 1) != "#"){
90
							if(data.data[i].professorId.substring(0, 1) != "#"){
91
								$.ajax({
91
								$.ajax({
92
									type:"get",
92
									type:"get",
99
											if(showPro.hasHeadImage == 1) {
99
											if(showPro.hasHeadImage == 1) {
100
												imgbg = "/images/head/" + showPro.id + "_l.jpg";
100
												imgbg = "/images/head/" + showPro.id + "_l.jpg";
101
											} else {
101
											} else {
102
												imgbg = "../images/default-photo.jpg";
102
												imgbg = "/images/default-photo.jpg";
103
											}
103
											}
104
											ifPoint = "pointThis";
104
											ifPoint = "pointThis";
105
											//认证
105
											//认证