";
abc += "
";
abc += "采购热线 15158897711";
}else{
abc += "
";
abc += "
点住鼠标左键,可以拖动到任意位置
";
jQuery("body").prepend(abc);
if (jQuery("#KFRightScreen") != null) {
ResetLeftDivpostion();
if(typeof getCookie("KFLeftScreenLeft_21961") != "undefined")
{
var leftpx=getCookie("KFLeftScreenLeft_21961");
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_21961") != "undefined")
{
var toppx=getCookie("KFLeftScreenTop_21961");
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_21961");
DelCookies("KFLeftScreenTop_21961");
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/319485?Weburl="+strUrlReferrer;
if(!!u.match(/AppleWebKit.*Mobile.*/)){
chatUrl="https://chat.chem17.com/Chat/MobileChatIndex/319485?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=21961;
for (var i = 0; i < temp.length; i++)
{
if (temp[i] == uservice)
{
//console.log("NoOprate");
setCookie("KfCenterBox_21961", 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'+21961+'Z'+randomSubStr;
setCookie("CookDefinitionKey", webDefinitionKey, 1);
}
else
{
webDefinitionKey=getCookie("CookDefinitionKey");
haveSend=1;
}
//webDefinitionKey='Z'+21961+'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&&'21961'=='269363')
return;
var StrPostUrl="//chat.chem17.com/Chat/Ctebvis?webDefinitionKey="+webDefinitionKey+"&CustomerUserId="+319485+"&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/319485?Weburl=" + strUrlReferrer;
if (!!u.match(/AppleWebKit.*Mobile.*/)) {
chatUrl = "https://chat.chem17.com/Chat/MobileChatIndex/319485?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/319485?Weburl=" + strUrlReferrer;
if (!!u.match(/AppleWebKit.*Mobile.*/)) {
chatUrl = "https://chat.chem17.com/Chat/MobileChatIndex/319485?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_21961") != "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