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=4274&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: 1744970016, nonceStr: 'PpMVCKX2wc7MHzOR', signature: '04ebf85c5948ab848fc2ead2a8094344c2d0be8c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662:\u6765\u81ea\u767e\u5c81\u8001\u4eba\u7684\u611f\u8c22\u58f0\u97f3","smalltext":"\u6bcf\u4e00\u4e2a\u751f\u75c5\u7684\u60a3\u8005\uff0c\u9762\u5bf9\u75be\u75c5\u90fd\u663e\u5f97\u5b64\u72ec\u65e0\u52a9\uff0c\u6b64\u65f6\u62a4\u58eb\u5fae\u7b11\u7684\u8fce\u63a5\uff0c\u4e00\u53e5\u7b80\u5355\u7684\u95ee\u5019\uff0c\u90fd\u4f1a\u7ed9\u60a3\u8005\u83ab\u5927\u7684\u5b89\u6170\uff0c\u589e\u5f3a\u75c5\u4eba\u6218\u80dc\u75be\u75c5\u7684\u4fe1\u5fc3\u548c\u52c7\u6c14\u3002\u8fd1\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u9aa8\u79d1\u6765\u4e86\u4e00\u4f4d100\u5468\u5c81\u9ad8\u9f84\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4274"}; 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 () { } }); }); }