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=3751&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: 1745108996, nonceStr: 'vjymwzk75aCcZRT6', signature: '6ccba7200288f9121dab5ed6b271c5ce7d0fd9e8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a4\u4eba\u83b7\u5e7f\u4e1c\u7701\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u5148\u8fdb\u4e2a\u4eba","smalltext":"\u5373\u4f7f\uff0c\u65f6\u95f4\u7684\u811a\u6b65\u5df2\u7ecf\u8de8\u8fc7\u5bd2\u51ac\uff0c\u9014\u7ecf\u708e\u590f\uff0c\u6765\u5230\u6df1\u79cb\uff0c\u90a3\u4e00\u7fa4\u767d\u8863\u5929\u4f7f\u5306\u5306\u9006\u884c\u7684\u8eab\u5f71\u4f9d\u7136\u6df1\u6df1\u5370\u5728\u6211\u4eec\u7684\u8111\u6d77\u91cc\u3002\u4f60\u4eec\u6ca1\u6709\u62ab\u98ce\uff0c\u5374\u4ece\u5929\u800c\u964d\uff0c\u611f\u8c22\u4f60\u4eec\uff0c\u62fc\u547d\u5b88\u62a4\u8fc7\u6211\u4eec\u300210\u670821\u65e5\u4e0b\u5348\uff0c\u5168\u7701\u6297","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3751"}; 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 () { } }); }); }