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=387&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: 1746209873,
nonceStr: 'oVtzcNf87GK9BRio',
signature: 'db00ab4476a3bb5124abdd17fc19d86900056f0c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u624b\u672f\u65e5\u5373\u91cd\u751f\u65e5 \u56fd\u9645\u62a4\u58eb\u8282\u5b9a\u4e3a\u611f\u6069\u8282","smalltext":"\u3000\u3000\u5728\u4eca\u5e74\u7684108\u4e2a\u56fd\u9645\u62a4\u58eb\u8282\uff0c\u6211\u4eec\u5982\u7ea6\u822c\u6536\u5230\u6765\u81ea\u9ec4\u8001\u5e08\u7684\u795d\u798f\uff0c\u6734\u5b9e\u3001\u771f\u5207\u7684\u533b\u60a3\u5173\u7cfb\u5f97\u4ee5\u5145\u5206\u5c55\u73b0\u3002\u533e\u4e0a\u6240\u8ff0\u201c\u6709\u4e00\u79cd\u5e73\u51e1\u53eb\u62a4\u58eb\u3001\u6709\u4e00\u79cd\u5d07\u9ad8\u53eb\u62a4\u58eb\u3001\u6709\u4e00\u79cd\u7f8e\u4e3d\u53eb\u62a4\u58eb\u3001\u4e00\u9897","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=387"};
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 () {
}
});
});
}