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=3879&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: 1716022355, nonceStr: 'U28Nr1K5dX3lfAT2', signature: 'd987e75df1fad4462850835951ac2cb32070b357', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6297\u75ab\u4e00\u7ebf\u62a4\u58eb\u56de\u5fc6\uff1a\u90a3\u4e9b\u9ed1\u6697\u4e2d\u7684\u52c7\u6c14\u3001\u521b\u4f24\u4e0e\u7231","smalltext":"\u5176\u5b9e\uff0c\u5982\u679c\u6ca1\u6709\u9047\u4e0a\u8fd9\u6b21\u75ab\u60c5\uff0c\u6211\u53ef\u80fd\u5c31\u662f\u5f88\u666e\u901a\u7684\u4e00\u4e2a\u4e5d\u96f6\u540e\uff0c\u5927\u5b66\u6bd5\u4e1a\u56de\u8001\u5bb6\u5de5\u4f5c\uff0c\u8fc7\u7740\u5b89\u9038\u7684\u751f\u6d3b\u3002\u8fd9\u6b21\u75ab\u60c5\u51b2\u5230\u4e86\u4e00\u7ebf\uff0c\u5168\u51ed\u7740\u9aa8\u5b50\u91cc\u7684\u4e00\u80a1\u70ed\u8840\u3002\u814a\u6708\u4e8c\u5341\u4e5d\u90a3\u5929\uff0c\u6211\u5728\u7f51\u4e0a\u770b\u5230\u6b66\u6c49\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3879"}; 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 () { } }); }); }