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=4385&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: 1744975740,
nonceStr: '0kmK9Hol4C6CPezC',
signature: '1964fd7ce64c33b651e1692b812ba2431a6d0941',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u71a0\u71a0\u751f\u8f89\uff01\u4e24\u4f4d\u767e\u5c81\u8001\u515a\u5458\u5728\u533b\u9662\u8fc7\u751f\u65e5","smalltext":"\u7825\u783a\u524d\u884c\uff0c\u82b3\u534e\u6b63\u8302100\u5e74\u4e2d\u897f\u5408\u74a7\uff0c\u4fdd\u9a7e\u62a4\u822a100\u5c81\u2014\u2014\u795e\u7ecf\u5185\u79d11\u4e3a\u767e\u5c81\u8001\u515a\u5458\u8fc7\u751f\u65e5\u201c\u795d\u4f60\u751f\u65e5\u5feb\u4e50\uff0c\u795d\u4f60\u751f\u65e5\u5feb\u4e50\u2026\u2026\u201d\u6e05\u8106\u60a6\u8033\u7684\u6b4c\u58f0\u4ece\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u4f4f\u9662\u90e81\u53f7\u697c19\u697c\u4f20\u51fa\uff0c\u4f34\u968f\u7740\u6b22","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4385"};
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 () {
}
});
});
}