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=3403&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: 1726880986, nonceStr: 'zKnzunkk8vcWce4P', signature: '8005824dc870ad54c808a2fc28fec77c6296a61e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u4e3a\u4e00\u8001\u5e74\u60a3\u8005\u6210\u529f\u5f00\u5c55\u7ecf\u5185\u955c\u7c98\u819c\u4e0b\u96a7\u9053\u80bf\u7624\u5207\u9664\u672f","smalltext":"6\u670816\u65e5\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u6d88\u5316\u5185\u79d1\u5bf9\u4e00\u540d\u60a3\u6709\u98df\u7ba1\u7c98\u819c\u4e0b\u80bf\u7269\u7684\u7537\u6027\u60a3\u8005\u5b9e\u65bd\u4e86\u7ecf\u5185\u955c\u7c98\u819c\u4e0b\u96a7\u9053\u80bf\u7624\u5207\u9664\u672f\uff08STER\uff09\u6cbb\u7597\u5e76\u53d6\u5f97\u5706\u6ee1\u6210\u529f\uff0c\u80bf\u7269\u88ab\u5b8c\u6574\u5207\u9664\u3002\u8be5\u65b9\u6cd5\u5177\u6709\u624b\u672f\u65f6\u95f4\u77ed\u3001\u521b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3403"}; 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 () { } }); }); }