You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.1 KiB
34 lines
1.1 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
<script>
|
|
(function() {
|
|
|
|
_s = document.createElement('script');
|
|
_s.src = "https://yaochangkf.three.xinzhidi.cn/customerServer.js"
|
|
_s.onload = function() {
|
|
var option = {
|
|
"authInit": true,
|
|
openUrl: 'https://yaochangkf.three.xinzhidi.cn',
|
|
token: 'f3589e4cc0c06089b2ebcf674ad0fe36',
|
|
kefuid: '', //默认为空自动对接客服,可填写指定客服ID
|
|
isShowTip: true, // 初始化成功后,界面右下角会自动创建 “联系客服按钮”, 如无需默认展示,则填写false即可,默认为true
|
|
mobileIcon: '', // 手机端悬浮客服图片
|
|
pcIcon: '', // pc端悬浮客服图片
|
|
windowStyle: 'center', //默认空 右下角小弹窗, center 普通中间弹窗样式
|
|
};
|
|
var canCustomerServer = new initCustomerServer(option);
|
|
canCustomerServer.init();
|
|
}
|
|
document.head.appendChild(_s)
|
|
})();
|
|
</script>
|
|
</html>
|
|
|