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=6794&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: 1741886244,
nonceStr: 'ZmzyU57OzbmHaO1N',
signature: '410275b2706a44c313a1ad365540a701352a306c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u75c5\u4eba\u9700\u8981\u4ec0\u4e48\uff0c\u6025\u8bca\u5c31\u63d0\u4f9b\u4ec0\u4e48","smalltext":"\u4e1c\u5f20\u897f\u671b\u3001\u795e\u8272\u5306\u5306\uff0c\u5728\u6025\u8bca\u79d1\u6bcf\u5929\u90fd\u7a7f\u68ad\u7740\u8fd9\u6837\u4e00\u7fa4\u76f8\u4f3c\u795e\u6001\u7684\u4eba\u3002\u4ed6\u4eec\u7edf\u79f0\u201c\u5bb6\u5c5e\u201d\uff0c\u5f53\u533b\u62a4\u4eba\u5458\u6551\u6cbb\u75c5\u4eba\u4e4b\u65f6\uff0c\u5bb6\u5c5e\u4eec\u4e5f\u5728\u6c14\u5598\u5401\u5401\u5730\u5954\u6ce2\uff0c\u6392\u961f\u529e\u5361\u3001\u7f34\u8d39\u3001\u9001\u75c5\u4eba\u505a\u68c0\u67e5\u3001\u53d6\u836f\u3001\u53d6","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6794"};
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 () {
}
});
});
}