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=4982&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: 1744328104,
nonceStr: 'q4mUH70s17SlhrDe',
signature: 'aeab3bf8ab41e95456076a692ecb68506101acf2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u4e00\u9662\uff1a\u533b\u60a3\u4e00\u5bb6\u4eb2\uff0c\u767e\u5c81\u8001\u4eba\u5728\u5e38\u5dde\u4e00\u9662\u75c5\u623f\u559c\u8fce\u751f\u65e5\uff01","smalltext":"\u795d\u4f60\u751f\u65e5\u5feb\u4e50\uff0c\u795d\u4f60\u751f\u65e5\u5feb\u4e50\u2026\u2026\u8fd1\u65e5\uff089\u670817\u65e5\uff09\u4e0b\u5348\uff0c\u5e38\u5dde\u4e00\u9662\u8840\u6db2\u51c0\u5316\u4e2d\u5fc3\u4f20\u6765\u4e86\u6e29\u99a8\u6b22\u5feb\u7684\u6b4c\u58f0\u3002\u4e00\u9996\u751f\u65e5\u5feb\u4e50\u6b4c\u8ba9\u75c5\u5e8a\u4e0a\u7684\u5434\u5976\u5976\u7b11\u9010\u989c\u5f00\u3002\u5979\u7684\u7cbe\u795e\u72b6\u6001\u975e\u5e38\u597d\uff0c\u5b8c\u5168\u770b\u4e0d\u51fa\u5df2\u6709\u767e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4982"};
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 () {
}
});
});
}