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=4889&classid=10&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: 1743764437,
nonceStr: '8vzJ8iiZo3cpulkq',
signature: 'f538313289bc324513e9e860e438716b510a2734',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662-\u5ba3\u4f20\u90e8","smalltext":"\u533b\u9662\u6587\u5316\u662f\u533b\u9662\u7684\u7075\u9b42\uff0c\u662f\u533b\u9662\u53d1\u5c55\u7684\u6838\u5fc3\u52a8\u529b\u3002\u7ef5\u7af9\u5e02\u4eba\u6c11\u59cb\u7ec8\u9ad8\u5ea6\u91cd\u89c6\u6587\u5316\u5efa\u8bbe\uff0c\u4ece\u533b\u9662\u5386\u53f2\u6587\u5316\u3001\u8d28\u91cf\u6587\u5316\u3001\u5ec9\u6d01\u6587\u5316\u3001\u56e2\u961f\u6587\u5316\u3001\u4eba\u672c\u6587\u5316\u3001\u699c\u6837\u6587\u5316\u7b49\u591a\u4e2a\u7ef4\u5ea6\uff0c\u5bf9\u5e72\u90e8\u804c\u5de5\u8fdb\u884c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4889"};
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 () {
}
});
});
}