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=3285&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: 1714337246, nonceStr: 'ZzKtaL0ucBbLC3cY', signature: 'a6c67b679939e0d8e43739fd879dc2fd4315234f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u52a9\u6b8b\u8131\u8d2b \u79ef\u6781\u4e3e\u529e\u5168\u56fd\u52a9\u6b8b\u65e5\u7cfb\u5217\u6d3b\u52a8","smalltext":"\u56fe\u4e3a\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\u4e3b\u4efb\u3001\u4e50\u5c71\u5e02\u7cbe\u795e\u6b8b\u75be\u4eba\u53ca\u4eb2\u53cb\u534f\u4f1a\u4e3b\u5e2d\u9ec4\u957f\u6d77\uff0c\u4e50\u5c71\u5e02\u6b8b\u75be\u4eba\u8054\u5408\u4f1a\u4e00\u7ea7\u8c03\u7814\u5458\u9648\u5fb7\u751f\u4e3a\u4f4f\u9662\u60a3\u8005\u53d1\u653e\u6170\u95ee\u54c1\u3002 \u660e\u5a9a\u521d\u590f\uff0c\u9633\u5149\u707f\u70c2\u3002 5\u670815\u65e5\u4e0a\u5348\uff0c\u7531\u4e50","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3285"}; 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 () { } }); }); }