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