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=2551&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: 1716011038, nonceStr: 'SqAKnl8loHfNEMNv', signature: '1d95fbdbe4afc3fe6ac5922e2fa34c5138ba185f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u82cf\u5dde\u7537\u7ae5\u3001\u7537\u9752\u5e74\u7761\u7720\u547c\u5438\u6682\u505c\uff01\u8fd9\u4e2a\u75c5\u5404\u5e74\u9f84\u6bb5\u90fd\u6709","smalltext":"\u6768\u5148\u751f\u4eca\u5e7430\u5c81\uff0c\u662f\u516c\u53f8\u7684\u4e00\u540d\u6280\u672f\u4eba\u5458\u3002\u4ece\u4e0a\u521d\u4e2d\u4f4f\u6821\u540e\uff0c\u820d\u53cb\u5c31\u7ecf\u5e38\u5411\u4ed6\u62b1\u6028\uff1a\u201c\u54e5\u4eec\uff0c\u4f60\u6253\u547c\u565c\u592a\u54cd\u4e86\uff0c\u665a\u4e0a\u8ddf\u5f00\u6f14\u5531\u4f1a\u4e00\u6837\uff01\u201d\u6768\u5148\u751f\u4e0d\u76f8\u4fe1\uff0c\u665a\u4e0a\u5077\u5077\u7ed9\u81ea\u5df1\u5f55\u97f3\u540e\u624d\u60ca\u5947\u7684\u53d1\u73b0\uff1a\u6211\u7adf\u7136\u771f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2551"}; 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 () { } }); }); }