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=4217&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: 'PW0UQqKl5NCUYSGP',
signature: '62b9e0f8deceaddae4336127f62ecce7e4828951',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u536b\u4e2d\u5fc3\uff1a\u4e3a\u75c5\u5458\u96c6\u4f53\u751f\u65e5\u5f00party","smalltext":"\u201c\u795d\u60a8\u751f\u65e5\u5feb\u4e50\uff0c\u795d\u60a8\u751f\u65e5\u5feb\u4e50\u2026\u201d \u8fd1\u65e5\uff0c\u5728\u4e50\u5c71\u5e02\u7cbe\u536b\u4e2d\u5fc3\u7cbe\u795e\u79d1\u4e8c\u75c5\u533a\u996d\u5385\u91cc\u4f20\u6765\u9635\u9635\u6b22\u5feb\u60a6\u8033\u7684\u751f\u65e5\u795d\u798f\u66f2\u3002\u7cbe\u5fc3\u5e03\u7f6e\u7684\u4f1a\u573a\u91cc\u4e0d\u65f6\u54cd\u8d77\u6b4c\u58f0\u3001\u638c\u58f0\u548c\u5f00\u5fc3\u7b11\u8bed,\u6d0b\u6ea2\u7740\u4e00\u6d3e\u6b22\u4e50\u7965","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4217"};
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 () {
}
});
});
}