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=4103&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: 1745056176,
nonceStr: 'onEpBuqQta8yrZO3',
signature: '924586250608166f08e431ceb6041cd75e7894d8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u591a\u5e74\u7729\u6655\u4e00\u671d\u6d88\u5f2d\uff0c\u60c5\u96be\u5df2\uff0c\u6cea\u6ee1\u895f","smalltext":"73\u5c81\u7684\u66f9\u5927\u7237\u8eab\u6750\u9b41\u68a7\u9ad8\u5927\uff0c\u4e00\u7c73\u516b\u51e0\u7684\u4e2a\u5b50\u5750\u5728\u590d\u4f4d\u6905\u4e0a\uff0c\u5934\u51e0\u4e4e\u9876\u5230\u4e86\u673a\u76d6\u4e0a\u3002\u4ed6\u7684\u6027\u683c\u4e5f\u5e26\u6709\u5178\u578b\u7684\u4e1c\u5317\u5730\u57df\u7279\u70b9\uff0c\u8c6a\u723d\u5584\u8a00\u3002\u6bcf\u6bcf\u4e0a\u673a\u524d\u770b\u5230\u4ed6\u5750\u5728\u90a3\u76f8\u5bf9\u4e8e\u8eab\u6750\u7565\u663e\u7a84\u5c0f\u7684\u590d\u4f4d\u6905","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4103"};
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 () {
}
});
});
}