var jsApiSign;
|
$(document).ready( onDocumentReady );
|
|
function onDocumentReady() {
|
weixinShare("胡洁颖 赛诺菲 地区经理",
|
"胡洁颖(Jenny Hu)赛诺菲糖尿病事业部胰岛素组地区经理,学术推广来得时(Lantus)和亚莫利(Amaryl)",
|
"http://localhost:8080/sfez/html/profile.html?public=1",
|
"http://localhost:8080/sfez/pic/female_share.jpg");
|
weixinInit();
|
|
if (urlParam("public")) {
|
$(".div_page_back").hide();
|
}
|
pageInit();
|
}
|
|
function guideShare() {
|
if (isAgent("micromessenger")) {
|
weixinGuide("请将名片分享给客户或朋友");
|
} else {
|
alertMessage("请在微信内分享");
|
}
|
}
|