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=3981&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: 1745056761, nonceStr: 'rxCSLyxAcwfkfIHA', signature: '1b7b286d59f71383e92f0182de839bcf55df785c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u6838\u9178\u68c0\u6d4b\u4e00\u7ebf\uff0c\u767d\u8863\u5929\u4f7f\u594b\u6218\u4e0d\u606f","smalltext":"\u968f\u7740\u5e74\u5173\u5c06\u81f3\uff0c\u8fd4\u4e61\u4eba\u5458\u8d8a\u6765\u8d8a\u591a\uff0c\u5e94\u68c0\u613f\u68c0\u4eba\u5458\u589e\u591a\uff0c\u5fd9\u788c\u4e8e\u533b\u9662\u5404\u4e2a\u6838\u9178\u68c0\u6d4b\u70b9\uff0c\u8d1f\u8d23\u7ed9\u5e02\u6c11\u91c7\u96c6\u54bd\u62ed\u5b50\u7684\u6838\u9178\u68c0\u6d4b\u62a4\u58eb\u6210\u4e86\u4eba\u4eec\u5173\u6ce8\u7684\u7126\u70b9\uff0c\u8ba9\u6211\u4eec\u8d70\u8fdb\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff08\u91d1\u9633\u533b\u9662\uff09\u5404\u6838","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3981"}; 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 () { } }); }); }