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=3405&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: 1745135385, nonceStr: 'Uwvtu1XwOI34SeDe', signature: '29e2c208ee4677d879dcc8746c1d264913905f78', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u590d\u5b66\u7b2c\u4e00\u8bfe\uff0c\u75ab\u60c5\u9632\u63a7\u8fdb\u6821\u56ed","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u505a\u597d\u65b0\u51a0\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\uff0c\u786e\u4fdd\u590d\u5b66\u5de5\u4f5c\u7cbe\u51c6\u6709\u5e8f\uff0c\u8ba9\u5e7f\u5927\u5e08\u751f\u589e\u5f3a\u9632\u63a7\u610f\u8bc6\uff0c\u63d0\u5347\u79d1\u5b66\u9632\u63a7\u80fd\u529b\uff0c\u79d1\u5b66\u6709\u6548\u6293\u597d\u75ab\u60c5\u9632\u63a7\uff0c\u4e3a\u5f00\u5b66\u7684\u5168\u4f53\u5e08\u751f\u4fdd\u9a7e\u62a4\u822a\u30026\u670816\u2014\u201417\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u9662\u611f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3405"}; 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 () { } }); }); }