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=4289&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: 1744971481, nonceStr: 'HR9NEhQF2xK8EQEy', signature: '7d1d373dccb0c39aaa5f89631c5db1fb8ed00939', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6606\u5c71\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u9676\u5a1f\uff1a\u4e0d\u5230\u6210\u90fd\uff0c\u600e\u77e5\u4eba\u6587\u5982\u8bb8","smalltext":"\u81ea\u4ece2020\u5e74\u8f6c\u5230\u533b\u9662\u6587\u5316\u529e\u5de5\u4f5c\uff0c\u6309\u5386\u6765\u4f20\u7edf\uff0c\u5f00\u59cb\u6709\u540c\u4e8b\u6253\u62db\u547c\u65f6\u53eb\u6211\u201c\u9676\u6587\u5316\u201d\uff0c\u6bcf\u6bcf\u542c\u5230\uff0c\u603b\u662f\u611f\u89c9\u8138\u7ea2\u914d\u4e0d\u4e0a\uff0c\u79bb\u6709\u6587\u5316\u8fd8\u5dee\u5f97\u5f88\u8fdc\uff0c\u4f46\u540c\u65f6\u4e5f\u8ba9\u6211\u65f6\u65f6\u6566\u4fc3\u81ea\u5df1\uff0c\u5982\u4f55\u8ba9\u81ea\u5df1\u4e0e\u6587\u5316\u8fd1\u4e00\u4e9b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4289"}; 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 () { } }); }); }