function kefu(obj) {
console.log("");
var cssstyle=`
`;
if(obj.wechatofficial.state==true){
var wechatofficial="
"+
"
"+
" "+
"
"+
"
"+
"
"+
// "
微信公众号
"+
"
";
}else{
var wechatofficial="";
}
var kefuhtml="
"+
"
"+wechatofficial+
"
"+
"
"+
"
";
document.getelementsbytagname("body")[0].insertadjacenthtml('afterbegin', cssstyle + kefuhtml);
}