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=1138&classid=4&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: 1716128998, nonceStr: 'nSMBg2cWpK6SVirx', signature: '4b7edd3dde40af5dc3e1c4bfce11b5b3f819fa35', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u540c\u6d4e\u533b\u5b66\u9662\u9644\u5c5e\u534f\u548c\u533b\u9662\u738b\u4f1f\u4ed9\uff1a\u6765\u81ea\u5929\u5802\u7684\u611f\u8c22","smalltext":"\u4f5c\u4e3a\u4e00\u540d\u62a4\u58eb\uff0c\u75c5\u4eba\u5bf9\u6211\u4eec\u7684\u4e00\u53e5\u611f\u8c22\uff0c\u4f1a\u8ba9\u6211\u4eec\u6240\u6709\u7684\u75b2\u5026\u3001\u59d4\u5c48\u4e00\u626b\u800c\u7a7a\uff0c\u7559\u4e0b\u7684\u662f\u6df1\u6df1\u7684\u611f\u52a8\u548c\u5bf9\u8fd9\u4efd\u804c\u4e1a\u7684\u6df1\u7231\u3002\u6700\u8ba9\u6211\u611f\u52a8\u7684\u6709\u75c5\u4eba\u53bb\u4e16\u540e\u5bb6\u5c5e\u5230\u62a4\u58eb\u7ad9\u7684\u4e00\u97a0\u8eac\uff0c\u8fd8\u6709\u4e00\u4ef6\u662f\u53d1\u751f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1138"}; 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 () { } }); }); }