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=5591&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: 1746134914,
nonceStr: '0p5t6auEMpDgWYvS',
signature: '5b886f859054678770c9717d413ad7d63fef3452',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u591a\u5b66\u79d1\u8054\u52a8 \u4e3a\u751f\u547d\u542f\u822a\u2223\u6210\u529f\u62a2\u6551\u201c\u80ce\u76d8\u65e9\u5265\u201d\u4ea7\u5987","smalltext":"4\u67088\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u5987\u4ea7\u79d1\u3001\u9ebb\u9189\u79d1\u3001\u624b\u672f\u5ba4\u3001\u68c0\u9a8c\u79d1\u53ca\u5f69\u8d85\u5f71\u50cf\u79d1\u7b49\u591a\u5b66\u79d1\u5bc6\u5207\u914d\u5408\u3001\u56e2\u7ed3\u534f\u4f5c\u3001\u65e9\u671f\u8bc6\u522b\u3001\u5feb\u901f\u5e94\u5bf9\uff0c\u6210\u529f\u6551\u6cbb\u4e00\u540d\u91cd\u5ea6\u5b50\u75eb\u524d\u671f\u5bfc\u81f4\u7684\u80ce\u76d8\u65e9\u5265\u5b55\u5987\u3002\u5f53\u5929\u4e0a\u5348\uff0c\u5f20\u5973","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5591"};
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 () {
}
});
});
}