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=5166&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: 1743764382, nonceStr: 'Vw8vSbMH1raa5nFK', signature: 'ff3ae75ae88389729744ad215bb52f18f70a43d9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u8ba9\u5eb7\u590d\u513f\u7ae5\u5f00\u5fc3\u3001\u533b\u62a4\u4eba\u5458\u6696\u5fc3\uff0c\u9ad8\u65b0\u533a\u8fd9\u573a\u6170\u95ee\u8d70\u5fc3\u4e86","smalltext":" \u201c\u65b0\u5e74\u597d\u201d\u201c\u795d\u4f60\u4eec\u65e9\u65e5\u5eb7\u590d\u201d......2022\u5e741\u670827\u65e5\u4e0b\u5348\uff0c\u5728\u65b0\u6625\u4f73\u8282\u5373\u5c06\u5230\u6765\u4e4b\u9645\uff0c\u82cf\u5dde\u9ad8\u65b0\u533a\u6b8b\u8054\u7406\u4e8b\u957f\u738b\u7ee7\u5fe0\u3001\u526f\u7406\u4e8b\u957f\u738b\u6674\u857e\u7b49\u6765\u5230\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u770b\u671b\u5eb7\u590d\u513f\u7ae5\u3001\u4f4f\u9662\u6b8b\u75be\u60a3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5166"}; 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 () { } }); }); }