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=3510&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: 1745119406,
nonceStr: 'm1ZkHJe27GzgGjai',
signature: 'a52998c995f8613e8477a524afc5486e53a7e73a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u60a3\u8005\u751f\u547d\u7684\u201c\u5145\u7535\u6869\u201d","smalltext":"\u793e\u4f1a\u4e0a\u5b58\u5728\u4e00\u7fa4\u7279\u6b8a\u7684\u75c5\u4eba\uff0c\u4ed6\u4eec\u7684\u80be\u810f\u7531\u4e8e\u5404\u79cd\u539f\u56e0\u5931\u53bb\u4e86\u529f\u80fd\uff0c\u4ed6\u4eec\u5bf9\u751f\u547d\u5145\u6ee1\u6e34\u671b\uff0c\u5374\u5bf9\u6b7b\u795e\u7684\u964d\u4e34\u5145\u6ee1\u4e86\u6050\u60e7\uff0c\u627f\u53d7\u7740\u5e38\u4eba\u65e0\u6cd5\u60f3\u8c61\u7684\u75db\u82e6\u548c\u714e\u71ac\uff0c\u4ed6\u4eec\u7684\u5185\u5fc3\u662f\u8106\u5f31\u7684\u60b2\u4f24\u7684\uff0c\u9700\u8981\u540c\u60c5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3510"};
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 () {
}
});
});
}