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=5079&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: 1744317892,
nonceStr: 'AEj78YUgpcDXJdUq',
signature: '749848933560737c128b7611ec2e221ca3a1ca21',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u65b0\u6280\u672f \u8ba9\u60a3\u8005\u80be\u810f\u4e0d\u518d\u201c\u53d7\u4f24\u201d","smalltext":"\u8fd1\u65e5\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u9662\u6ccc\u5c3f\u5916\u79d1\u6210\u529f\u5f00\u5c55\u4e00\u4f8b\u201c\u7ecf\u5c3f\u9053\u8f93\u5c3f\u7ba1\u8f6f\u955c\u4e0b\u80be\u76c2\u6fc0\u5149\u5207\u5f00\u76c2\u65c1\u56ca\u80bf\u5185\u5f15\u6d41+\u8f93\u5c3f\u7ba1\u8f6f\u955c\u5de6\u80be\u7ed3\u77f3\u94ac\u6fc0\u5149\u788e\u77f3\u53d6\u77f3\u672f\u201d\uff0c\u503c\u5f97\u4e00\u63d0\u7684\u662f\uff0c\u8fd9\u79cd\u51e0\u4e4e\u65e0\u635f\u4f24\u7684\u624b\u672f\u65b9\u5f0f\u8ba9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5079"};
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 () {
}
});
});
}