document.writeln("");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln(" - 在线客服
");
document.writeln(" - 添加微信
");
document.writeln(" - 拨打电话
");
document.writeln(" - 预约挂号
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("");
function copyUrl(){
const textarea= document.createElement('textarea');
textarea.setAttribute('readonly', 'readonly');
textarea.value = '2250991425';
document.body.appendChild(textarea);
textarea.select();
if (document.execCommand('copy')) {
document.execCommand('copy');
alert("微信号复制成功,即将打开微信!\n请在微信中直接粘贴微信号添加好友!");
}
document.body.removeChild(textarea);
var locatUrl = "weixin://";
if (/ipad|iphone|mac/i.test(navigator.userAgent)) {
var ifr = document.createElement("iframe");
ifr.src = locatUrl;
ifr.style.display = "none";
document.body.appendChild(ifr);
}else{
window.location.href = locatUrl;
}
}
(function(){
var bp = document.createElement('script');
bp.src = '//push.zhanzhang.baidu.com/push.js';
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();