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=5129&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: 1714813587, nonceStr: 'Qzn2BEORzuBwaUDv', signature: 'ec81eb0245cae4b9e81d58a4f5b48be41dccde81', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u82cf\u5dde\u5e02\u4e3e\u529e2022\u65b0\u5e74\u7231\u5fc3\u97f3\u4e50\u4f1a\u4e3a\u201c\u661f\u661f\u7684\u5b69\u5b50\u201d\u52df\u6350","smalltext":"2021\u5e741\u67081\u65e5\u4e0a\u5348\uff0c2022\u5e74\u82cf\u5dde\u5e02\u201c\u7ae5\u2018\u661f\u2019\u5b88\u62a4\u201d\u65b0\u5e74\u7231\u5fc3\u97f3\u4e50\u4f1a\u5728\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u95e8\u8bca\u5927\u5385\u594f\u54cd\uff0c\u6765\u81ea\u82cf\u5dde\u79d1\u6280\u57ce\u5b9e\u9a8c\u5c0f\u5b66\u6821\u6559\u80b2\u96c6\u56e2\u548c\u82cf\u5dde\u5e7c\u513f\u5e08\u8303\u9ad8\u7b49\u4e13\u79d1\u5b66\u6821\u7684\u5b66\u751f\u5fd7\u613f\u4eec\u901a\u8fc7","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5129"}; 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 () { } }); }); }