|
@ -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
|
}
|