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=5544&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: 1743702952,
nonceStr: 'ukNMpE8AeAiE9w2A',
signature: '38e325ad57517a2946b336da404f68444c317899',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u6625\u8282\u6170\u95ee\u9001\u5173\u6000 \u5c81\u5bd2\u60c5\u6df1\u6696\u4eba\u5fc3","smalltext":"\u6625\u8282\u5c06\u81f3 \u5e74\u5473\u6e10\u6d532023\u5e741\u670816\u65e5\u4e0a\u5348\uff0c\u533b\u9662\u515a\u59d4\u4e66\u8bb0\u9648\u7965\u5e26\u9886\u73ed\u5b50\u6210\u5458\u8d70\u8bbf\u6170\u95ee\u56f0\u96be\u515a\u5458\u3001\u56f0\u96be\u7fa4\u4f17\uff0c\u5411\u4ed6\u4eec\u81f4\u4ee5\u8282\u65e5\u95ee\u5019\u548c\u7f8e\u597d\u795d\u798f\uff0c\u53ca\u65f6\u628a\u515a\u7684\u5173\u6000\u548c\u6e29\u6696\u9001\u5230\u804c\u5de5\u5fc3\u574e\u4e0a\u3002\u6625\u98ce\u9001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5544"};
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 () {
}
});
});
}