Browse Source

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

jack 8 years ago
parent
commit
327a45c905
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/js/proinfobrow.js

+ 2 - 2
app/js/proinfobrow.js

563
						content: str,
563
						content: str,
564
						title: "【科袖名片】" + professorName + " " + title + "",
564
						title: "【科袖名片】" + professorName + " " + title + "",
565
						href: baseUrl+"/ekexiu/shareProinfor.html?professorId=" + proId,
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
			} else if(e.index == 2) {
569
			} else if(e.index == 2) {
573
						content: str,
573
						content: str,
574
						title: "【科袖名片】" + professorName + " " + title + "",
574
						title: "【科袖名片】" + professorName + " " + title + "",
575
						href: baseUrl+"/ekexiu/shareProinfor.html?professorId=" + proId,
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
			}