//document.write(""); var LimtSiteSiteName=["chat.jc35.com","chat.hbzhan.com","chat.afzhan.com","chat.gkzhan.com","chat.ybzhan.cn","chat.a-bm.cn","chat.chem17.com"];//小框金色的 var PaddingTopLoad=115; var ChatCompanyID=456230; function OpenChatBox(url) { var iHeight = 698; var iWidth = 980; if(window.screen.availWidth>=1920) { iWidth = 980; iHeight = 740; } else if(window.screen.availWidth>1599 && window.screen.availWidth<1920 ) { iWidth = 790; iHeight = 620; } else if(window.screen.availWidth>1439 && window.screen.availWidth<1600 ) { iWidth = 710; iHeight = 620; } else if(window.screen.availWidth>1365 && window.screen.availWidth<1440 ) { iWidth = 670; iHeight = 530; } var iTop = (window.screen.availHeight - 30 - iHeight) / 2; //获得窗口的垂直位置; var iLeft = (window.screen.availWidth - 10 - iWidth) / 2; //获得窗口的水平位置; window.open(url, 'window1', 'height=' + iHeight + ', width=' + iWidth + ', top=' + iTop + ', left=' + iLeft + ', toolbar=no, menubar=no, scrollbars=no,resizable=no, location=no, status=no'); //window.open(url, window, 'dialogWidth:700px; dialogHeight:600px;help:1;status:1;resizeable:0;'); } //获取窗口高度 function getWindowHeight() { var windowHeight = 0; if (typeof (window.innerHeight) == 'number') { windowHeight = window.innerHeight; } else { if (document.documentElement && document.documentElement.clientHeight) { windowHeight = document.documentElement.clientHeight; } else { if (document.body && document.body.clientHeight) { windowHeight = document.body.clientHeight; } } } return windowHeight; } //获取窗口宽度 function getWindowWidth() { var windowWidth = 0; if (typeof (window.innerWidth) == 'number') { windowWidth = window.innerWidth; } else { if (document.documentElement && document.documentElement.clientWidth) { windowWidth = document.documentElement.clientWidth; } else { if (document.body && document.body.clientWidth) { windowWidth = document.body.clientWidth; } } } return windowWidth; } function ResetLeftDivpostion() { var _move = false; var _x, _y; var index_x, index_y; var _hadMove = false; jQuery("#KFRightScreen").bind("mousedown", downIndex); jQuery(document).bind("mousemove", mmove); jQuery(document).bind("mouseup", mup); jQuery("#KFRightScreen").css("cursor", "move"); //jQuery("#KFRightScreen").css("-moz-user-select", "none"); function mmove(event) { _hadMove = true; //console.log("mmove hadMove = true"); if (_move) { var x = event.pageX - _x; var y = event.pageY - _y; if(x>getWindowWidth()-10) x=getWindowWidth()-10 if(y>getWindowHeight()-10) y=getWindowHeight()-10 jQuery("#KFRightScreen").css({ top: y, left: x }); showDiv(x, y); } var tishi=document.getElementById("KFBoxTitle"); //e = e||event; event = event || window.event; var obj = event.srcElement?event.srcElement:event.target; var u = navigator.userAgent;//当前浏览器类型 while(obj) { if(!!u.match(/AppleWebKit.*Mobile.*/)){//手机端隐藏注释 obj = obj.offsetParent; tishi.style.display="none"; } else{ if(obj.id=="KFCenterScreen"||obj.id=="KFRightScreen"){ tishi.style.display="block"; var clientLeft=event.clientX+10; var clientTop=event.clientY+10+document.documentElement.scrollTop+document.body.scrollTop; tishi.style.left=clientLeft+"px"; tishi.style.top=clientTop+"px"; obj = null; } else{ obj = obj.offsetParent; tishi.style.display="none"; } } } } function mup() { //console.log("父移动鼠标松开"); _move = false; _hadMove = false; //console.log("mup hadMove = false"); } jQuery("#KFRightScreen a").bind("mouseup",function(){ //console.log("子移动鼠标松开"); //根据是否发生移动状态来模拟click事件和拖拽后释放鼠标事件 if(!_hadMove){ ChatBoxClick(); } }); function downIndex(e) { _hadMove = false; //console.log("downIndex hadMove = false"); _move = true; _x = e.pageX - parseInt(jQuery("#KFRightScreen").css("left")); _y = e.pageY - parseInt(jQuery("#KFRightScreen").css("top")); } function showDiv(x, y) { setCookie("KFLeftScreenLeft_456230", x, 365); setCookie("KFLeftScreenTop_456230", y, 365); } } function rightBoxShow(){ var IsshowrightBox="0"; var IsMobileVsss=false; if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) { IsMobileVsss=true; } if(IsMobileVsss && (jQuery("#KFRightScreen")==null||jQuery("#KFRightScreen").length < 1)) //手机站直接显示左侧小图标 IsshowrightBox="1"; if(!IsMobileVsss && (jQuery("#KFRightScreen")==null||jQuery("#KFRightScreen").length < 1)&&typeof getCookie("KfCenterBox_456230") != "undefined" ) IsshowrightBox="1"; if (IsshowrightBox=="1") { var imgWidth=168; if('1'!='1') imgWidth=178; var TempHeight=0; if(IsLimtSite('chat.chem17.com',LimtSiteSiteName)){ TempHeight=50; if(IsMobileVsss) { TempHeight=33; imgWidth=117; } } else { TempHeight=88; } var topMargin = getWindowHeight() / 2 - TempHeight / 2; if(topMargin>310) topMargin=300; var abc = ""; if(imgWidth==178){ abc += "
"; abc += "
"; abc += "采购热线 15158897711"; }else{ abc += "
"; abc += "
"; } abc += "
"; abc += ""; jQuery("body").prepend(abc); if (jQuery("#KFRightScreen") != null) { ResetLeftDivpostion(); if(typeof getCookie("KFLeftScreenLeft_456230") != "undefined") { var leftpx=getCookie("KFLeftScreenLeft_456230"); jQuery("#KFRightScreen").css("left", leftpx + "px"); } else { jQuery("#KFRightScreen").css("left", 10 + "px"); } if (!( /msie/.test(navigator.userAgent.toLowerCase())) || ( /msie/.test(navigator.userAgent.toLowerCase())) && ('undefined' == typeof(document.body.style.maxHeight))){ if(typeof getCookie("KFLeftScreenTop_456230") != "undefined") { var toppx=getCookie("KFLeftScreenTop_456230"); jQuery("#KFRightScreen").css("top", toppx + "px"); if(IsLimtSite('chat.chem17.com',LimtSiteSiteName)){ jQuery("#KFRightScreen").animate({ height: 50+'px' }, 1000); } else { jQuery("#KFRightScreen").animate({ height: imgWidth+'px' }, 1000); } } else{ jQuery("#KFRightScreen").css("top", topMargin + "px"); if(IsLimtSite('chat.chem17.com',LimtSiteSiteName)){ jQuery("#KFRightScreen").animate({ height: TempHeight+'px',width: imgWidth+'px' }, 1000); //jQuery("#KFRightScreen").animate({ width: imgWidth+'px' }, 1000); } else { jQuery("#KFRightScreen").animate({ height: imgWidth+'px' }, 1000); } } } jQuery( "#KFRightScreen").show(); jQuery(window).resize(function(){ DelCookies("KFLeftScreenLeft_456230"); DelCookies("KFLeftScreenTop_456230"); leftMargin = 10; jQuery("#KFRightScreen").css("left", leftMargin + "px"); if (!(jQuery.browser.msie) || (jQuery.browser.msie) && (jQuery.browser.version != "6.0")){ topMargin = getWindowHeight() / 2 - imgWidth / 2; jQuery("#KFRightScreen").css("top", topMargin + "px"); } }); } } } function ChatBoxClick(){ console.log("KFRightScreen a click"); var strUrlReferrer=""; var RealUrlReferrer=window.location.href; if(RealUrlReferrer.indexOf("bdminiprogram")>-1||RealUrlReferrer.indexOf("miniprogram")>-1){ strUrlReferrer=RealUrlReferrer; } var u = navigator.userAgent; var chatUrl="https://chat.chem17.com/Chat/ChatIndex/459657?Weburl="+strUrlReferrer; if(!!u.match(/AppleWebKit.*Mobile.*/)){ chatUrl="https://chat.chem17.com/Chat/MobileChatIndex/459657?Weburl="+strUrlReferrer; } var IsMobileVsss=false; if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) { IsMobileVsss=true; } callStopGet(); if(IsMobileVsss && 'chat.chem17.com'=='chat.chem17.com') { location.href=chatUrl; } else { OpenChatBox(chatUrl); } return false; } jQuery(document).ready(function () { //if(window.location.host=="www.hbzhan.com" ||window.location.host=="www.gkzhan.com" ||window.location.host=="www.afzhan.com" ){ rightNewBoxShow(); //} //else{ //rightBoxShow(); //} }); var webDefinitionKey=""; var CustomerAppID=""; var CallDefinitionKey=""; var _timer=0; var _ContactionSuccess=false; jQuery(document).ready(function () { if(parseInt(1)!=2) return; if(getCookie("MyDefinitionKey")!=null) { var temp=getCookie("MyDefinitionKey").split(','); var uservice=456230; for (var i = 0; i < temp.length; i++) { if (temp[i] == uservice) { //console.log("NoOprate"); setCookie("KfCenterBox_456230", 1, 1); //修改初始中间邀请框不显示 sttCall(); //先执行一遍 setInterval(sttCall, 5000); return ; } } } setTimeout(BeginCtebvis,10000); }); function BeginCtebvis(){ var randomSubStr=""; var exp = new Date(); var chars = ['0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z']; for(var i = 0; i < 18 ; i ++) { var id = Math.floor(Math.random()*35); randomSubStr+= chars[id]; } var haveSend=0; if (getCookie("CookDefinitionKey") == null) { webDefinitionKey='Z'+456230+'Z'+randomSubStr; setCookie("CookDefinitionKey", webDefinitionKey, 1); } else { webDefinitionKey=getCookie("CookDefinitionKey"); haveSend=1; } //webDefinitionKey='Z'+456230+'Z'+randomSubStr; if (haveSend == 0) { var NowDataTime=exp.getTime(); var NowTitle=encodeURI(document.title); var link = encodeURI(window.location.href); if(link.indexOf('.aspx')>=0)//非静态页不发送 return; //有用户不想要,临时关闭下 if('chat.chem17.com'.indexOf('.chem17.')>=0&&'456230'=='269363') return; var StrPostUrl="//chat.chem17.com/Chat/Ctebvis?webDefinitionKey="+webDefinitionKey+"&CustomerUserId="+459657+"&Title="+NowTitle+"&link="+link+"&v="+NowDataTime; var script = document.createElement("script"); script.src=StrPostUrl; document.body.appendChild(script); document.body.removeChild(script); } setInterval(sttCall, 3000); } function callNotContaction(k,u,r){ //未发起响应,或者阻止响应 //console.log(k+";"+u+";"+r); } function callSuccessPK(){ //响应成功,发起联系 doSuccessPK(); //如果通知游客成功 停止继续执行,直到页面被重新载入. _ContactionSuccess=true; } function callContactionError(){ //参数异常,或者执行出错 // console.log("发生异常!"); } function callStopGet(){ _ContactionSuccess=false; _timer=10086; // console.log("关闭动作"); } function callResult(r,k,u){ switch (parseInt(r)) { case 1: callStopGet(); setCookie("cResult"+k+u,r,1); break; case 3: callSuccessPK(); setCookie("cResult"+k+u,r,1); break; case 4: callStopGet(); setCookie("cResult"+k+u,r,1); break; } } function sttCall() { if(_ContactionSuccess==true) return; _timer++; var cookDefinitionKey=""; var cookKeyAppId=""; if(getCookie("CookDefinitionKey")!=null) { cookDefinitionKey=getCookie("CookDefinitionKey"); } else { //console.log("CookDefinitionKeyNULL!"); return; } if(getCookie("CookKeyAppId")!=null) { cookKeyAppId=getCookie("CookKeyAppId"); } else { // console.log("CookKeyAppIdNull!"); return; } if(getCookie("cResult"+cookDefinitionKey+cookKeyAppId)!=null) { var value=getCookie("cResult"+cookDefinitionKey+cookKeyAppId); switch (parseInt(value)) { case 3: callSuccessPK(); _ContactionSuccess=true; break; default: _ContactionSuccess=true; _timer=10086; break; } return; } // 36*5=180s 超过3分钟无响应视为挂机,放弃接下来的接口操作. if(_timer<36 && _timer>3) { var exp = new Date(); var NowDataTime=exp.getTime(); //创建标签(createElement) var script = document.createElement("script"); //添加地址 var scriptUrl="https://chat.chem17.com/Chat/GetKFpkVS?webDefinitionKey="+cookDefinitionKey+"&cusUserId="+cookKeyAppId+"&v="+NowDataTime; script.src=scriptUrl; //添加给body的(成为body包涵的孩子) document.body.appendChild(script); document.body.removeChild(script); } } function cookieEnabledFalse(){ //console.log("用户禁用或拒绝 Cookie"); } function cookEnableTrue(y,k,a){ CustomerAppID=y; CallDefinitionKey=k; if(getCookie("MyDefinitionKey")==null) { setCookie("MyDefinitionKey",y,1); } else { var newKey=getCookie("MyDefinitionKey"); DelCookies("MyDefinitionKey"); setCookie("MyDefinitionKey",newKey+","+y,1); } if(getCookie("CookDefinitionKey")==null) { setCookie("CookDefinitionKey",k,1); } if(getCookie("CookKeyAppId")==null) { setCookie("CookKeyAppId",a,1); } //console.log("Cookie正常;"+y+";"+k); } function setCookie(name, value, expireday) { var exp = new Date(); exp.setTime(exp.getTime() + expireday*24*60*60*1000); document.cookie = name+"="+escape(value)+"; expires"+"="+exp.toGMTString(); } function getCookie(name) { var cookieArr = document.cookie.match(new RegExp(name+"=[a-zA-Z0-9]*", "gi")); if(cookieArr != null && cookieArr.length>0){ var cookieVal = cookieArr[0].split("="); if(cookieVal[0] == name) { return unescape(cookieVal[1]); } } } function DelCookies(name) { var exp = new Date(); exp.setTime(exp.getTime() - 1); var cval=getCookie(name); if(cval!=null) document.cookie= name + "="+cval+";expires="+exp.toGMTString() + ";path=/"; } function PostData(){ var cookDefinitionKey=""; var cookKeyAppId=""; if(getCookie("CookDefinitionKey")!=null) { cookDefinitionKey=getCookie("CookDefinitionKey"); } else { //console.log("CookDefinitionKeyNULL!"); return; } if(getCookie("CookKeyAppId")!=null) { cookKeyAppId=getCookie("CookKeyAppId"); } else { // console.log("CookKeyAppIdNull!"); return; } var PostURl="https://chat.chem17.com/Chat/TempVistorSata?webDefinitionKey="+cookDefinitionKey+"&cusUserId="+cookKeyAppId; DelCookies("cResult"+cookDefinitionKey+cookKeyAppId); setCookie("cResult"+cookDefinitionKey+cookKeyAppId,1,1); jQuery.post(PostURl); } function doSuccessPK() { if (document.getElementById("KFCenterScreen")) { var element = document.getElementById("KFCenterScreen"); document.body.removeChild(element); } var IsMobileVsss = false; if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) { IsMobileVsss = true; } if (IsMobileVsss) { var abc = "
\ \ \ \ \ \ 卖家邀请对话
"; var topMargin = getWindowHeight() / 2 - 118 / 2; jQuery("body").prepend(abc); jQuery("#KFRightScreen").hide(); jQuery("#KFRightScreenYQ").css("left", 10 + "px"); jQuery("#KFRightScreenYQ").css("top", topMargin + "px"); jQuery("#KFRightScreenYQ").show(); if (jQuery("#KFRightScreenYQ") != null) { jQuery("#KFRightScreenYQ").click(function () { var strUrlReferrer = ""; PostData(); var u = navigator.userAgent; if (/swan\//.test(window.navigator.userAgent) || /^webswan-/.test(window.name)) { strUrlReferrer += "?bdminiprogram=1"; } var chatUrl = "https://chat.chem17.com/Chat/ChatIndex/459657?Weburl=" + strUrlReferrer; if (!!u.match(/AppleWebKit.*Mobile.*/)) { chatUrl = "https://chat.chem17.com/Chat/MobileChatIndex/459657?Weburl=" + strUrlReferrer; } jQuery("#KFRightScreen").show(); jQuery("#KFRightScreenYQ").hide(); OpenChatBox(chatUrl); // callStopGet(); }); } } else { if (document.getElementById("KFCenterScreenYQK")) { var element = document.getElementById("KFCenterScreenYQK"); document.body.removeChild(element); } var abc = ""; abc += "
"; abc += "
"; abc += "

来自一条APP端客服的请求,是否会话?

"; abc += "
"; abc += "
"; var topMargin = getWindowHeight() / 2 - 140 / 2; var leftMargin = getWindowWidth() / 2 - 359 / 2; jQuery("body").prepend(abc); if( 'chat.chem17.com'=='chat.chem17.com'){ topMargin=getWindowHeight() / 2 - 170 / 2; jQuery("#KFCenterScreenYQK").css("right", "5px"); jQuery("#KFCenterScreenYQK").css("top", topMargin+"px"); } else { leftMargin = getWindowWidth() / 2 - 359 / 2; jQuery("#KFCenterScreenYQK").css("left", leftMargin + "px"); if (!(jQuery.browser.msie) || (jQuery.browser.msie) && (jQuery.browser.version != "6.0")) { topMargin = getWindowHeight() / 2 - 140 / 2; jQuery("#KFCenterScreenYQK").css("top", topMargin + "px"); } } jQuery("#KFCenterScreen").hide(); jQuery("#KFCenterScreenYQK").show(); } } function CloseAPPKFCenter(){ jQuery("#KFCenterScreenYQK").hide(); jQuery("#KFRightScreen").show(); } function openyqkccc() { if (jQuery("#KFCenterScreenYQK") != null) { var strUrlReferrer = ""; PostData(); var u = navigator.userAgent; if (/swan\//.test(window.navigator.userAgent) || /^webswan-/.test(window.name)) { strUrlReferrer += "?bdminiprogram=1"; } var chatUrl = "https://chat.chem17.com/Chat/ChatIndex/459657?Weburl=" + strUrlReferrer; if (!!u.match(/AppleWebKit.*Mobile.*/)) { chatUrl = "https://chat.chem17.com/Chat/MobileChatIndex/459657?Weburl=" + strUrlReferrer; } CloseAPPKFCenter(); var iHeight = 698; var iWidth = 980; if(window.screen.availWidth>=1920) { iWidth = 980; iHeight = 740; } else if(window.screen.availWidth>1599 && window.screen.availWidth<1920 ) { iWidth = 790; iHeight = 620; } else if(window.screen.availWidth>1439 && window.screen.availWidth<1600 ) { iWidth = 710; iHeight = 620; } else if(window.screen.availWidth>1365 && window.screen.availWidth<1440 ) { iWidth = 670; iHeight = 530; } var iTop = (window.screen.availHeight - 30 - iHeight) / 2; //获得窗口的垂直位置; var iLeft = (window.screen.availWidth - 10 - iWidth) / 2; //获得窗口的水平位置; window.open(chatUrl, 'window1', 'height=' + iHeight + ', width=' + iWidth + ', top=' + iTop + ', left=' + iLeft + ', toolbar=no, menubar=no, scrollbars=no,resizable=no, location=no, status=no'); } } function rightNewBoxShow() { //rightBoxShow(); //左边没要求要新框 应该会有样式影响,新的自定义金色链接框写死右边的 20200513 var IsshowrightBox="0"; var IsMobileVsss = false; if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) { IsMobileVsss = true; } if (IsMobileVsss && (jQuery("#KFRightScreen") == null || jQuery("#KFRightScreen").length < 1)) //手机站直接显示左侧小图标 IsshowrightBox = "1"; if (!IsMobileVsss && (jQuery("#KFRightScreen") == null || jQuery("#KFRightScreen").length < 1) && typeof getCookie("KfCenterBox_456230") != "undefined") IsshowrightBox = "1"; if (IsshowrightBox == "1") { if (IsMobileVsss) rightBoxShow(); //手机站显示小图标 else { var strr = "
在线咨询
"; jQuery("body").prepend(strr); if(typeof(showPurchaseTel) == "function"){ showPurchaseTel();//chem17加载采购热线 } } } } function IsLimtSite(BeSiteName,SiteName){ return true; for(var i=0;i