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=3961&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: 1716009270, nonceStr: 'QnMFILjDSrFR26z6', signature: '16f5bb491c60466dc0aace4056b0a34ae90de794', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u83b7\u8bc4\u82cf\u5dde\u5e02\u6297\u75ab\u5148\u8fdb\u96c6\u4f53\u30013\u4eba\u8363\u83b7\u5148\u8fdb\u4e2a\u4eba","smalltext":"2021\u5e741\u670823\u65e5\u4e0b\u5348\uff0c\u82cf\u5dde\u5e02\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u8868\u5f70\u66a8\u51ac\u6625\u5b63\u75ab\u60c5\u9632\u63a7\u52a8\u5458\u90e8\u7f72\u5927\u4f1a\u4e3e\u884c\u3002\u5927\u4f1a\u603b\u7ed3\u56de\u987e\u6211\u5e02\u6297\u51fb\u75ab\u60c5\u7684\u4e0d\u5e73\u51e1\u5386\u7a0b\uff0c\u8868\u5f70\u4e3a\u5168\u5e02\u6297\u75ab\u4f5c\u51fa\u91cd\u8981\u8d21\u732e\u7684\u5148\u8fdb\u4e2a\u4eba\u548c\u5148\u8fdb\u96c6\u4f53\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3961"}; 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 () { } }); }); }