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=2524&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: 1747124038, nonceStr: 'izDr8PZ9Ko500Wkw', signature: '8f7c41164fd23d79719216aaa3c07678ee4956a4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u534e\u897f\u89c4\u57f9\u751f\u5b66\u6210\u5f52\u6765 \u505a\u52c7\u6562\u7684\u201c\u9006\u884c\u8005\u201d","smalltext":"\u6025\u8bca\u79d1\u662f\u5371\u91cd\u75c7\u6551\u6cbb\u3001\u516c\u5171\u536b\u751f\u4e8b\u4ef6\u5e94\u5bf9\u548c\u707e\u5bb3\u533b\u5b66\u6551\u63f4\u7684\u524d\u6cbf\u9635\u5730\uff0c\u6025\u8bca\u79d1\u7684\u533b\u62a4\u4eba\u5458\u7d20\u6765\u88ab\u79f0\u4f5c\u662f\u201c\u6392\u5934\u5175\u3001\u7279\u79cd\u5175\u201d\uff0c\u6bcf\u6b21\u90fd\u6709\u6025\u8bca\u4eba\u51b2\u950b\u5728\u524d\u7684\u8eab\u5f71\u3002\u6297\u51fb\u75ab\u60c5\u4ee5\u6765\uff0c\u6cb3\u5317\u5927\u5b66\u9644\u5c5e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2524"}; 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 () { } }); }); }