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=4196&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: 'MIk6BxAOK0FdtBhl',
signature: '561f6645d6b32296cd926a693e4c3ba784293152',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e09\u4e2a\u5c0f\u5207\u53e3\u89e3\u51b387\u5c81\u8001\u4eba\u9aa8\u6298\u96be\u9898","smalltext":"3\u670816\u65e5\uff0c87\u5c81\u7684\u5019\u9e1f\u8001\u4eba\u738b\u5927\u7237\u4ece\u5e02\u4eba\u6c11\u533b\u9662\u521b\u4f24\u624b\u5916\u9aa8\u79d1\u5eb7\u590d\u51fa\u9662\uff0c\u4ece2\u670822\u65e5\u56e0\u9aa8\u6298\u5165\u9662\uff0c\u51fa\u9662\u65f6\u5df2\u80fd\u591f\u6276\u62d0\u6b65\u884c\u56de\u5bb6\u3002\u60a3\u8005\u80fd\u5728\u8fd9\u4e48\u77ed\u65f6\u95f4\u5185\u5eb7\u590d\uff0c\u521b\u4f24\u624b\u5916\u9aa8\u79d1\u4e3b\u4efb\u3001\u4e3b\u4efb\u533b\u5e08\u6731\u91d1\u8363","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4196"};
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 () {
}
});
});
}