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=1718&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: 1747167702, nonceStr: 'Uym2JCiBzs5IlDyq', signature: '71e80b4a68e37b01014de6b49d49cd9ef43ed35d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u6d66\u4e1c\u65b0\u533a\u5468\u6d66\u533b\u9662\uff1a\u5b69\u5b50\uff0c\u5bb6\u91cc\u4e00\u5207\u5b89\u597d\uff0c\u7238\u7238\u4e3a\u4f60\u9a84\u50b2\uff01","smalltext":"\u6297\u51fb\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u80ba\u708e\u75ab\u60c5\uff0c\u662f\u6211\u4eec\u6bcf\u4e00\u4f4d\u533b\u8005\u7684\u4f7f\u547d\u4e0e\u8d23\u4efb\u3002\u9664\u5915\u4e4b\u591c\uff0c\u6765\u81ea\u4e0a\u6d77\u5e0252\u5bb6\u533b\u9662\u7684136\u540d\u533b\u52a1\u4eba\u5458\u544a\u522b\u4eb2\u4eba\uff0c\u7d27\u6025\u96c6\u7ed3\uff0c\u4e58\u98de\u673a\u9a70\u63f4\u6b66\u6c49\uff0c\u5168\u529b\u652f\u63f4\u6b66\u6c49\u5f00\u5c55\u533b\u7597\u6551\u6cbb\u5de5\u4f5c\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1718"}; 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 () { } }); }); }