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=1665&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: 1714536776, nonceStr: 'gI7ee9VVmw26Ds4O', signature: '9e3cb7bd3765c3081b5028e475982994f29b7edc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u533b\u5927\u9644\u4e8c\u9662\uff1a\u9644\u4e8c\u201c\u9006\u884c\u4eba\u201d\uff1a\u6211\u4eec\u6795\u6208\u5f85\u65e6 \u53ea\u4e3a\u5b88\u62a4\u7f8e\u597d\u660e\u5929","smalltext":"\u4eca\u5929\uff0c\u662f\u5927\u5e74\u4e09\u5341\u4e2d\u56fd\u4eba\u6700\u770b\u91cd\u7684\u65e5\u5b50\u56e2\u5706\uff0c\u662f\u4ed6\u6216\u5979\u6700\u5927\u7684\u671f\u8bb8\u4ed6\u6216\u5979\uff0c\u5c31\u5728\u6211\u4eec\u7684\u8eab\u8fb9\u548c\u666e\u901a\u4eba\u6709\u7740\u4e00\u6837\u7684\u8eab\u4efd\u513f\u3001\u5973\u3001\u592b\u3001\u59bb\u3001\u7236\u3001\u6bcd\u2026\u2026\u7136\u800c\u80ba\u708e\u75ab\u60c5\u6765\u4e34\u4e4b\u9645\u4ed6\u4eec\u53ea\u6709\u4e00\u4e2a\u8eab\u4efd\u90a3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1665"}; 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 () { } }); }); }