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=2211&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: 1747125177, nonceStr: 'mpAPg4BMVkbTq6jh', signature: '15d4f350946032dc13b1094557b70bbb7501d243', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u677e\u6797\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u575a\u5b88\u57fa\u5c42 \u5f53\u597d\u5065\u5eb7\u201c\u5b88\u62a4\u795e\u201d","smalltext":"\u81ea\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u53d1\u751f\u4ee5\u6765\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u677e\u6797\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u7684\u533b\u62a4\u4eba\u5458\u9ed8\u9ed8\u575a\u5b88\u4e00\u7ebf\uff0c\u5f53\u597d\u4e86\u8f96\u533a\u51853.5\u4e07\u4f59\u5c45\u6c11\u5065\u5eb7\u201c\u5b88\u62a4\u795e\u201d\uff0c\u7528\u5b9e\u9645\u884c\u52a8\u5168\u8be0\u91ca\u4e86\u767d\u8863\u5929\u4f7f\u7684\u62c5\u5f53\u4e0e\u8d23\u4efb\u3002\u7a33","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2211"}; 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 () { } }); }); }