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=5373&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: 1746134509, nonceStr: '1esGmnxOqMJeeje6', signature: '3367e13fe3c02d963670e1b5ea198645fbb7c1f2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u62a4\u58eb\u9f50\u58f0\u4e3a83\u5c81\u9ad8\u9f84\u8001\u4eba\u5531\u751f\u65e5\u6b4c","smalltext":"\u9633\u5149\u7a7f\u8fc7\u7e41\u679d\u6d12\u6ee1\u75c5\u623f\uff0c\u6696\u6696\u7684\uff1b\u5feb\u4e50\u7f20\u7ed5\u6307\u5c16\u5e78\u798f\u6d41\u6dcc\uff0c\u67d4\u67d4\u7684\u3002\u8fd9\u5929\u662f\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1336\u75c5\u623f\u6b66\u5976\u597683\u5c81\u7684\u751f\u65e5\uff0c\u966a\u62a4\u7684\u5973\u513f\u5439\u4e86\u6210\u7c07\u7684\u6c14\u7403\u7ed1\u5728\u7a97\u5e18\uff0c\u88c5\u6ee1\u4e86\u679c\u76d8\u6446\u5728\u5e8a\u5934\u684c\u4e0a\uff0c\u65e9\u65e9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5373"}; 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 () { } }); }); }