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=3035&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: 1714978425, nonceStr: 'pps42iToRqmNQz95', signature: '42ea734d7b51b7048d31b84f6a0e14d407b7c020', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b81\u5fb7\u5e02\u95fd\u4e1c\u533b\u9662\uff1a\u4eba\u95f4\u56db\u6708\u5929\uff0c\u6625\u6696\u82b1\u5f00\u65f6\uff0c\u6218\u201c\u75ab\u201d\u6d4b\u6e29\u6709\u611f","smalltext":"\u3000\u30004\u67081\u65e5\uff0c\u63f4\u9102\u533b\u7597\u961f\u9996\u627930\u540d\u8fd4\u5b81\u961f\u5458\u7ed3\u675f\u5728\u798f\u5dde\u9694\u79bb\u4f11\u6574\u56de\u5bb6\uff0c\u4ed6\u4eec\u662f\u6700\u7f8e\u7684\u9006\u884c\u8005\uff0c\u5728\u4eba\u7c7b\u548c\u75be\u75c5\u4ea4\u950b\u7684\u6218\u573a\u4e0a\uff0c\u4ed6\u4eec\u767d\u8863\u6267\u7532\uff0c\u9006\u884c\u800c\u4e0a\uff0c\u90a3\u4e9b\u6297\u75ab\u6218\u573a\u4e0a\u533b\u62a4\u4eba\u5458\u4e8b\u8ff9\u6c47\u805a\u6210\u593a\u76ee\u8000\u773c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3035"}; 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 () { } }); }); }