function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
var img =new Image();
img.src='/e/extend/shareinfo/api/?act=leave&id=3006&classid=5&t=';
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script);
script.onload=function(){
wx.config({
debug: false,
appId: 'wxad180590bbd7e222',
timestamp: 1751391839,
nonceStr: '1HOFUWwOWeIaqUWx',
signature: '9403742e632ce8421f1386905edc751baf8dedec',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u9ebb\u98ce\u6751 \u4e00\u4e2a\u4eba \u5341\u4e07\u5b57","smalltext":"\u8bb0\u8005\u8d70\u8bbf\u4e86\u4f4d\u4e8e\u56db\u5ddd\u7701\u7ef5\u9633\u5e02\u6e38\u4ed9\u533a\u4e00\u5904\u8fd1\u4e8e\u8352\u5e9f\u7684\u9ebb\u98ce\u6751\uff0c\u91c7\u8bbf\u4e86\u5728\u8fd9\u91cc\u5de5\u4f5c\u4e86\u8fd1\u534a\u4e2a\u4e16\u7eaa\u3001\u582a\u79f0\u4e00\u90e8\u6d3b\u7740\u7684\u4e2d\u56fd\u9ebb\u98ce\u75c5\u53f2\u7684\u8001\u4eba\u9646\u671d\u536b\u3002\u6587\u7ae0\u8bb0\u5f55\u4e86\u8fd9\u4f4d\u66fe\u83b7\u5f97\u8fc7\u201c\u9a6c\u6d77\u5fb7\u5956\u201d\u7684\u8001\u536b\u751f\u4eba\u5728\u9ebb\u98ce\u6751\u5de5\u4f5c\u8fd150\u5e74\u7684\u611f\u53d7\uff0c\u8bb0\u5f55\u4e86\u4ed6\u4e00\u5b57\u4e00\u53e5\u5199\u4e0b\u768410\u4e07\u5b57\u300a\u7ef5\u9633\u6e38\u4ed9\u9ebb\u98ce\u53f2\u300b\uff0c\u8bb0\u5f55\u4e86\u4ed6\u534a\u8f88\u5b50\u6536\u85cf\u4e0b\u6765\u7684\u4ee4\u4eba\u60ca\u8bb6\u7684\u201c\u4e00\u4e2a\u4eba\u7684\u65f6\u4ee3\u535a\u7269\u9986\u201d\u3002\u901a\u8fc7\u8bb2\u8ff0\u6e38\u4ed9\u533a\u9ebb\u98ce\u6751\u7684\u8fc7\u53bb\u4e0e\u73b0\u5728\uff0c\u89c1\u8bc1\u7684\u662f\u65b0\u4e2d\u56fd\u6210\u7acb\u4ee5\u6765\u4e2d\u56fd\u9ebb\u98ce\u6751\u7684\u4e00\u4e2a\u751f\u52a8\u7684\u7f29\u5f71\uff0c\u8bb2\u8ff0\u4e86\u4eba\u7c7b\u4e0e\u75be\u75c5\u6597\u4e89\u7684\u5386\u7a0b\u548c\u4e00\u4e2a\u7fa4\u4f53\u547d\u8fd0\u7684\u60b2\u6b22\u3002","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=3006"};
if(!WxShareInfo.url){
WxShareInfo.url = window.location.href;
}
wx.onMenuShareTimeline({
title: WxShareInfo.title,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareAppMessage({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
type: '',
dataUrl: '',
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareQQ({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function () {
BeautyToast('分享成功');
},
cancel: function () {
}
});
});
}