'; html += ''; html += ''; html += ''; html += '
'; html += '
'; html += '
'; html += '
'; html += ' '; html += '
'; html += '
'; html += '
闀挎寜璇嗗埆鎴栨壂鎻忎簩缁寸爜鏌ョ湅娲诲姩璇︽儏
'; if (!!userMobile) { html += '
' + userMobile.replace(/^(\d{3})\d{4}(\d+)/, "$1****$2") + '鍒嗕韩
'; } html += '
'; html += '
'; html += '
'; html += ''; html += ''; // var handleUrl= window.location.protocol + "//" +window.location.host+":9420"+"/handle/HtmlToImg.ashx"; var handleUrl = "/Ajax/HtmlToImg.ashx"; $.post(handleUrl, { html: encodeURIComponent(html), width: "1080", height: "1920" }, function (res) { console.log(res); if (res && res.imageUrl) { poster = res.imageUrl; if (callback) { callback(); } } console.log("娴锋姤鐢熸垚瀹屾瘯"); }, "json") } else { if (callback) { callback(); } } } // 浣跨敤h5鐢熸垚娴锋姤骞跺脊鍑? function showH5Share() { $("#posterImgSrc").attr("src", poster); $("#fenxiaoPoster").show(); } // 鍏抽棴娴锋姤绐楀彛 function hidePoster() { $("#posterImgSrc").attr("src", ""); $("#fenxiaoPoster").hide(); } function showLoading(){ $(".loading").show(); } function hideLoading(){ $(".loading").hide(); } $(function () { getStatistics(); if (fenxiaoId != "") { $("#topicLink").attr("href", "https://www.100xuexi.com/fenxiao/fenxiao.html?fenxiaoId=" + fenxiaoId); } /*瀹氫箟鍒嗕韩鍙傛暟 begin*/ var pageTitle = "鍙備笌浜岀骇鍒嗛攢锛屽潗浜幇閲戞彁鎴?; //鍒嗕韩鏍囬 var pageDesc = "閭€璇锋湅鍙嬪弬涓庝簩绾у垎閿€锛屽潗浜幇閲戞彁鎴愶紝閭€璇疯秺澶氾紝璧氱殑瓒婂锛?; //鍒嗕韩鎻忚堪 var pageLink = "https://www.100xuexi.com/fenxiao/fenxiao.html"; //鍒嗕韩杩炴帴 var pageImgUrl = "https://www.100xuexi.com/fenxiao/images/fenxiao_0002.png?v=20200324"; //鍒嗕韩鍥剧墖 //濡傛灉鍒嗕韩鍥剧墖涓虹┖锛屽垯灏嗗垎浜浘鐗囪缃负鍦f墠鐢靛瓙涔︾殑logo if (pageImgUrl == "" || pageImgUrl == null) { pageImgUrl = "https://g.100xuexi.com/CssModel/100eshu/Images/SCebookLogo2.png"; } function sharePage() { console.log("pageTitle: " + pageTitle); console.log("pageDesc: " + pageDesc); console.log("pageLink: " + pageLink); console.log("pageImgUrl: " + pageImgUrl); var data = { //鍒嗕韩鍐呭 title: pageTitle, desc: pageDesc, link: pageLink, imgUrl: pageImgUrl, type: '', dataUrl: '' }; ebookShare(data); } // 璁剧疆鍒嗕韩鍙傛暟 function setShareInfo() { if (/shengcaidianzishu/i.test(navigator.userAgent)) { if (userId != "") { pageLink = pageLink + "?fenxiaoId=" + userId; } } else { if (fenxiaoId != "") { pageLink = pageLink + "?fenxiaoId=" + fenxiaoId; } else { if (userId != "") { pageLink = pageLink + "?fenxiaoId=" + userId; } } } } // 璁剧疆浜岀淮鐮佸湴鍧€鍙婂弬涓庢椿鍔ㄥ叆鍙? function setCodeSrc() { var src = "https://service.100eshu.com/app/BookService.ashx?method=Get2DUrl&url=https://www.100xuexi.com/fenxiao/join.html" var joinLink = "https://www.100xuexi.com/fenxiao/join.html"; if (/shengcaidianzishu/i.test(navigator.userAgent)) { if (userId != "") { src += "?fenxiaoId=" + userId; joinLink += "?fenxiaoId=" + userId; } } else { if (fenxiaoId != "") { src += "?fenxiaoId=" + fenxiaoId; joinLink += "?fenxiaoId=" + fenxiaoId; } else { if (userId != "") { src += "?fenxiaoId=" + userId; joinLink += "?fenxiaoId=" + userId; } } } $(".fenxiao-code-img").attr("src", src); } if (/shengcaidianzishu/i.test(navigator.userAgent)) { getUserIdFromUserAgent(function () { setShareInfo(); sharePage(); }) } else { getUserLoginStatus(function () { setShareInfo(); sharePage(); setCodeSrc(); }) } })