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=6554&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: 1715311666, nonceStr: 'xuc1DTOGKv97dFmR', signature: '96740de9156ad32ad7b988733718a2f52ec565d9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662 \uff1a\u6280\u672f\u7597\u6108\u8eab\u4f53\uff0c\u5171\u60c5\u6170\u85c9\u5fc3\u7075","smalltext":"\u5143\u65e6\u6e29\u6696\u5982\u521d\uff0c\u7231\u7684\u9526\u65d7\u9001\u5230\u4e86\u6025\u8bca\u79d1\u3002\u8fd9\u662f\u4e00\u4e2a\u7279\u6b8a\u7684\u65e5\u5b50\uff0c\u4e5f\u6709\u4e00\u4e2a\u4ee4\u4eba\u611f\u52a8\u7684\u77ac\u95f4\u30021\u67081\u65e5\uff0c\u4e00\u4f4d\u6000\u62b1\u9526\u65d7\u7684\u4e2d\u5e74\u7537\u5b50\u8d70\u8fdb\u6025\u8bca\u79d1\u62a4\u58eb\u7ad9\uff0c\u5c06\u624b\u4e2d\u7684\u9526\u65d7\u9012\u7ed9\u4e86\u503c\u73ed\u62a4\u58eb\u9648\u6885\uff0c\u9526\u65d7\u4e0a\u7ee3\u7740","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6554"}; 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 () { } }); }); }