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=1217&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: 1749481965,
nonceStr: '6I1ShQ4x148YcnBO',
signature: 'cb993872cba0d643d19d522dc4bad469c25043ef',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u5199\u4e0b\u51e0\u884c\u201c\u5bb6\u4e66\u201d\uff0c\u5531\u54cd\u6211\u548c\u6211\u7684\u7956\u56fd","smalltext":"\u6211\u548c\u6211\u7684\u7956\u56fd\u4e00\u523b\u4e5f\u4e0d\u80fd\u5206\u5272\u65e0\u8bba\u6211\u8d70\u5230\u54ea\u91cc\u90fd\u6d41\u51fa\u4e00\u9996\u8d5e\u6b4c\u2026\u2026\u5f53\u719f\u6089\u7684\u65cb\u5f8b\u54cd\u8d77\uff0c\u4e3a\u7956\u56fd\u9a84\u50b2\u548c\u81ea\u8c6a\u7684\u60c5\u7eea\u4fbf\u6cb9\u7136\u800c\u751f\u3002\u65b0\u4e2d\u56fd\u6210\u7acb70\u5468\u5e74\u4e4b\u9645\uff0c\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\u804c\u5de5\u5531\u54cd\u300a\u6211\u548c\u6211\u7684","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1217"};
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 () {
}
});
});
}