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=5324&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: 1746147861,
nonceStr: 'mh0lQiB77lSIKgz7',
signature: '9c88ce561385d0e80b7c376a87897a7e0991446e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e3a\u900f\u679020\u5e74\u5c3f\u6bd2\u75c7\u60a3\u8005\u529e\u4e00\u573a\u5e86\u795d\u4f1a","smalltext":"\u201c\u6211\u900f\u679028\u5e74\u4e86\uff0c\u80fd\u5e72\u519c\u6d3b\u8fd8\u80fd\u5e2e\u8001\u4f34\u5e26\u5b59\u5b50\uff0c\u5927\u5bb6\u4e00\u5b9a\u8981\u79ef\u6781\u914d\u5408\u6cbb\u7597\uff01\u201d\u5c4f\u5e55\u4e0a\uff0c\u5bb6\u5728\u6b66\u529f\u53bf\u7684\u859b\u5148\u751f\u901a\u8fc7\u77ed\u7247\u5411\u80be\u53cb\u4eec\u8bb2\u8ff0\u81ea\u5df1\u7684\u201c\u900f\u6790\u4eba\u751f\u201d\u3002\u900f\u679028\u5e74\u859b\u5148\u751f\u901a\u8fc7\u77ed\u7247\u5411\u80be\u53cb\u8bb2\u8ff0\u900f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5324"};
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 () {
}
});
});
}