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=2436&classid=12&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: 1714221758, nonceStr: 'Hd5nN6zzUFAARPhV', signature: '706d1cfcd50773b63a63cdb7752639af2a5960fb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9633\u5149\u878d\u548c\u533b\u9662\u5468\u7389\u4e1c\uff1a\u60c5\u6000\u3001\u7406\u5ff5\u4e0e\u5fc3","smalltext":"\u8fd9\u662f\u4e00\u4f4d\u5145\u6ee1\u4e86\u4f20\u5947\u8272\u5f69\u7684\u4eba\u7269\uff0c\u4ed628\u5c81\u5c31\u5f53\u4e0a\u9662\u957f\uff0c\u66fe\u56e0\u6297\u51fb\u975e\u5178\u6536\u5230\u8fc7\u4e2d\u592e\u519b\u59d4\u548c\u56fd\u52a1\u9662\u7684\u8868\u5f70\uff0c\u4e5f\u66fe\u6df1\u5165\u6c76\u5ddd\u6551\u707e\u4e00\u7ebf\u4e5d\u6b7b\u4e00\u751f\uff0c\u4ed6\u662f\u5317\u4eac\u5965\u8fd0\u4f1a\u6297\u9707\u6551\u707e\u82f1\u6a21\u706b\u70ac\u624b\uff0c\u4e5f\u662f\u5168\u56fd\u52b3\u6a21\u3002\u6765","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2436"}; 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 () { } }); }); }