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=4008&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: 1746313871, nonceStr: 'EvsnbLwF08xCPGk1', signature: 'cfc76eebc1c9b3f85a5b37b50ce18a2856da358a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5168\u529b\u575a\u5b88\u9635\u5730 \u5b88\u62a4\u6566\u57ce\u767e\u59d3","smalltext":"\u201c\u75ab\u60c5\u5c31\u662f\u547d\u4ee4\uff0c\u9632\u63a7\u5c31\u662f\u8d23\u4efb\u201d\uff0c2021\u5e741\u670819\u65e5\uff0c\u6211\u63a5\u5230\u4e86\u4e00\u4e2a\u7d27\u6025\u7684\u4efb\u52a1\u2014\u2014\u9a7b\u5b88\u5883\u5916\u8fd4\u6566\u4eba\u5458\u9694\u79bb\u9152\u5e97(\u91d1\u8302\u9152\u5e97)\u3002\u56e0\u4e3a\u9632\u75ab\u4efb\u52a1\u5f88\u91cd\uff0c\u4efb\u52a1\u4e0b\u8fbe\u65f6\uff0c\u62a4\u7406\u90e8\u4e3b\u4efb\u8d75\u6708\u8f89\u548c\u79d1\u62a4\u58eb\u957f\u9648\u4f5c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4008"}; 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 () { } }); }); }