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=446&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: 1744327963,
nonceStr: 'GdOYLHZByxvuCNo5',
signature: 'c5dd36bc9033c626d66f81865788d70f2ee625e8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u5c0f\u4f19\u53d7\u4f24\u6d41\u5931\u5168\u8eab\u4e00\u534a\u8840\u6db2 \u533b\u751f\u8fde\u591c\u5de7\u624b\u4fee\u8865\u8840\u7ba1\u633d\u56de\u4e00\u547d","smalltext":"30\u5c81\u7537\u5b50\u88ab\u526a\u5200\u523a\u4f24\u53f3\u80f8\u90e8\uff0c\u51e0\u4e4e\u6d41\u5931\u8eab\u4f53\u4e00\u534a\u8840\u6db2\u3002\u533b\u751f\u7ecf\u8fc7\u53ca\u65f6\u62a2\u6551\uff0c\u5c06\u7834\u88c2\u8840\u7ba1\u5c0f\u5fc3\u7f1d\u5408\uff0c\u6210\u529f\u633d\u6551\u5176\u751f\u547d\u300230\u5c81\u7684\u738b\u5148\u751f\u5bb6\u4f4f\u6c49\u53e3\uff0c5\u670823\u65e5\u665a\uff0c\u56e0\u60c5\u611f\u7ea0\u7eb7\u4e0e\u5bb6\u4eba\u53d1\u751f\u4e89\u6267\uff0c\u88ab\u526a\u5200\u523a\u4f24","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=446"};
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 () {
}
});
});
}