<!--qq分享-->
<script type=text/javascript src=//qzonestyle.gtimg.cn/qzone/qzact/common/share/share.js></script>
<script type=text/javascript >
var u = navigator.userAgent;
if(/qq/gi.test(u)){
//微信
if(/MicroMessenger/gi.test(u)){
WX_JS.share({
title:"——家家cehsi",
desc:"——家家cehsi",
link:window.location.href,
imgUrl:"http://jhsx.ys1.cnliveimg.com/main/180402182747569_611.png",
success:function(){},
cancel:function(){}
});
}else{
//QQ
//分享
setShareInfo({
title:"——家家cehsi",
summary:"——家家cehsi",
pic:"http://jhsx.ys1.cnliveimg.com/main/180402182747569_611.png",
url:window.location.href,
});
}
}else{
//其他浏览器
WX_JS.share({
title:"——家家cehsi",
desc:"——家家cehsi",
link:window.location.href,
imgUrl:"http://jhsx.ys1.cnliveimg.com/main/180402182747569_611.png",
success:function(){},
cancel:function(){}
});
}
</script>