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=2752&classid=12&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: 1744897044,
nonceStr: 'werCyzI95EZDl6TE',
signature: '0cdc24a9e7a9583b0e6939118b77085bf151b961',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u4e2d\u533b\u533b\u9662\u7f57\u4e91\uff1a\u5065\u5eb7\u6559\u80b2 \u6388\u4eba\u4ee5\u6e14","smalltext":"\u7f57\u4e91\u540c\u5fd7\u73b0\u4efb\u4e0a\u6d77\u5e02\u4e2d\u533b\u533b\u9662\u515a\u529e\u4e3b\u4efb\u3001\u4e0a\u6d77\u5e02\u4e2d\u533b\u533b\u9662\u5fd7\u613f\u8005\u670d\u52a1\u57fa\u5730\u8d1f\u8d23\u4eba\uff0c\u65e5\u5e38\u7ba1\u7406\u515a\u52a1\u3001\u5ba3\u4f20\u3001\u7cbe\u795e\u6587\u660e\u3001\u5fd7\u613f\u8005\u670d\u52a1\u3001\u533b\u9662\u6587\u5316\u5efa\u8bbe\u7b49\u5de5\u4f5c\u3002\u5979\u5728\u5de5\u4f5c\u4e2d\u6ce8\u91cd\u533b\u9662\u4eba\u6587\u7cbe\u795e\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2752"};
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 () {
}
});
});
}