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=5054&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: 1746209872,
nonceStr: 'rMQfvbJ5R1G2oTu4',
signature: '895054e46de3dd0b3c682c5a76e882c8735c67e3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u633a\u8d77\u8170\u6746\u770b\u84dd\u5929 \u771f\u597d\uff01","smalltext":"\u201c\u6211\u7ec8\u4e8e\u53ef\u4ee5\u633a\u76f4\u8170\u6746\u770b\u5230\u84dd\u5929\u7684\u592a\u9633\u4e86\uff0c\u771f\u597d\uff01\u201d11\u670814\u65e5\u4e0a\u5348\uff0c42\u5c81\u7684\u5218\u5f3a\uff08\u5316\u540d\uff09\u4fa7\u8eba\u5728\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u9aa8\u4e8c\u79d1\u75c5\u5e8a\u4e0a\uff0c\u53f3\u624b\u642d\u5728\u5e8a\u680f\u4e0a\uff0c\u671b\u7740\u6d12\u5728\u6905\u5b50\u4e0a\u7684\u9633\u5149\uff0c\u5fc3\u60c5\u751a\u597d\u3002\u4e00\u65c1\u8fb9\u6bcd\u4eb2\u4e0d\u65f6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5054"};
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 () {
}
});
});
}