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=3662&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: 1745119839, nonceStr: 'Z3NtYRiSgWLR2q7c', signature: '8822dd5a03297673897403fecab545870f71e5a8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u201c90\u201d\u540e\u5fd7\u613f\u8005\u9093\u53c8\u6587\u7684\u63f4\u5f5d\u5fc3\u8def","smalltext":"\u521d\u8bc6\u5e03\u62d6\uff1a\u5e72\u51c0\u5374\u8d2b\u7620\u65f6\u5149\u834f\u82d2\uff0c\u767d\u9a79\u8fc7\u9699\u3002\u81ea\u6765\u5230\u51c9\u5c71\u5dde\u5e03\u62d6\u53bf\u4fc4\u91cc\u576a\u4e61\u4e2d\u5fc3\u536b\u751f\u9662\u5df2\u4e03\u6708\u6709\u4f59\u3002\u8fdc\u79bb\u5bb6\u4e61\uff0c\u8fdc\u79bb\u4eb2\u4eba\uff0c\u5728\u751f\u6d3b\u3001\u5de5\u4f5c\u6761\u4ef6\u8270\u82e6\u7684\u5f5d\u533a\u5de5\u4f5c\uff0c\u662f\u4e00\u79cd\u8003\u9a8c\u548c\u6311\u6218\uff0c\u66f4\u662f\u4eba\u751f\u7684\u4e00\u573a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3662"}; 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 () { } }); }); }