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=3296&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: 1714344147, nonceStr: 'ZVbOmZqhkwQK0L5c', signature: '4a98ea32fd2e26daaba10ae212f93893177ca943', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5f00\u5c55\u5fc3\u810f\u5fae\u521b\u624b\u672f \u60e0\u53ca\u767e\u59d3","smalltext":" \u201c\u672c\u60f3\u7740\u8fd9\u6b21\u80af\u5b9a\u9003\u4e0d\u8fc7\u52a8\u4e00\u6b21\u2018\u5927\u5200\u2019\uff0c\u771f\u7684\u6ca1\u60f3\u5230\u53ea\u5207\u4e86\u90a3\u4e48\u5c0f\u4e00\u4e2a\u53e3\u5b50\uff0c\u5c31\u628a\u81ea\u5df1\u7684\u5fc3\u810f\u7684\u75be\u75c5\u5c31\u6cbb\u597d\u4e86\uff01\u201d5\u670819\u65e5\uff0c\u674e\u5927\u7237\u51fa\u9662\u590d\u67e5\u65f6\uff0c\u770b\u5230\u6108\u5408\u5f97\u5f88\u597d\u7684\u5c0f\u4f24\u53e3\u9ad8\u5174\u5f97\u4e0d\u5f97\u4e86\u3002\u8be5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3296"}; 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 () { } }); }); }