Explorar el Código

分享专家头像换成中等图片

jack %!s(int64=8) %!d(string=hace) años
padre
commit
327a45c905
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/js/proinfobrow.js

+ 2 - 2
app/js/proinfobrow.js

@ -563,7 +563,7 @@ mui.plusReady(function() {
563 563
						content: str,
564 564
						title: "【科袖名片】" + professorName + " " + title + "",
565 565
						href: baseUrl+"/ekexiu/shareProinfor.html?professorId=" + proId,
566
						thumbs: [baseUrl+"/images/head/" + proId + "_l.jpg"]
566
						thumbs: [baseUrl+"/images/head/" + proId + "_m.jpg"]
567 567
					});
568 568
				}
569 569
			} else if(e.index == 2) {
@ -573,7 +573,7 @@ mui.plusReady(function() {
573 573
						content: str,
574 574
						title: "【科袖名片】" + professorName + " " + title + "",
575 575
						href: baseUrl+"/ekexiu/shareProinfor.html?professorId=" + proId,
576
						thumbs: [baseUrl+"/images/head/" + proId + "_l.jpg"]
576
						thumbs: [baseUrl+"/images/head/" + proId + "_m.jpg"]
577 577
					});
578 578
				}
579 579
			}