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=1741&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: 1714892754, nonceStr: '345WMRxxj9wy0HkW', signature: 'a22f7792d8ca877efd5f079245b4781db8963eae', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662:\u6297\u51fb\u75ab\u60c5 \u6211\u4eec\u4e0d\u5b64\u5355","smalltext":"\u4f5c\u4e3a\u5609\u5b9a\u533a\u5b9a\u70b9\u6536\u6cbb\u533b\u9662\uff0c\u5609\u4e2d\u5fc3\u4eba\u672a\u80fd\u51fa\u5f81\u6b66\u6c49\u75ab\u533a\uff0c\u4f46\u5374\u4e25\u5b88\u4e00\u65b9\u9635\u5730\uff0c\u5b88\u62a4\u767e\u59d3\u5b89\u5eb7\uff0c\u75ab\u60c5\u9700\u8981\u9694\u79bb\u75c5\u6bd2\uff0c\u4f46\u9694\u79bb\u4e0d\u4e86\u7231\uff0c\u75ab\u60c5\u9762\u524d\uff0c\u6211\u4eec\u770b\u5230\u4e86\u8bf8\u591a\u6696\u5fc3\u7684\u753b\u9762\u3002\u8fd9\u4e2a\u5fd9\u788c\u7684\u8eab\u5f71\u53eb\u674e\u83b9\uff0c\u662f\u53d1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1741"}; 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 () { } }); }); }