tom
2023-12-06 9e968679ed2e6937aeb7b50a6c450d5d19251f42
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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("请在微信内分享");
    }
}