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=676&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: 1746611891, nonceStr: 'qK2i0qkVT2C8JrHB', signature: 'b7313dea24087933efa8a449ad7c9ebc48c48d15', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f59\u59da\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u63f4\u9ed4\u533b\u751f\u6536\u5230\u6765\u81ea\u5343\u91cc\u4e4b\u5916\u5e03\u4f9d\u65cf\u8001\u4eba\u7684\u611f\u8c22","smalltext":"\u201c\u6709\u4e2a\u75c5\u4eba\u6258\u6211\u4eec\u6765\u611f\u8c22\u4f60\uff0c\u75c5\u4eba\u662f\u4f60\u8d1f\u8d23\u624b\u672f\u768487\u5c81\u7684\u8001\u4eba\uff0c\u4eca\u5929\u6765\u590d\u67e5\uff0c\u6062\u590d\u5f97\u5f88\u597d\u3002\u4ed6\u542c\u8bf4\u7f57\u6b22\u533b\u751f\u9a7b\u70b9\u5e2e\u6276\u7ed3\u675f\uff0c\u56de\u4f59\u59da\u4e86\uff0c\u5c31\u6258\u6211\u4eec\u4e00\u5b9a\u8f6c\u8fbe\u4e00\u4e0b\u3002\u201d\u8fd1\u65e5\u671b\u8c1f\u53bf\u4eba\u6c11\u533b\u9662\u5916\u4e00\u79d1\u97e6\u4ee4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=676"}; 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 () { } }); }); }