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=3490&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: 1745136060, nonceStr: 'FzjUD9CsF9mm9HDb', signature: 'aebb17e5b9492371cf8db1a59f78b0577ade0dbc', 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\uff1a\u4ea7\u5987\u987a\u4ea7\u5341\u65a4\u201c\u5de8\u5927\u513f\u201d \u5374\u7b11\u7740\u51fa\u4ea7\u623f\u2026\u2026","smalltext":"\u8fd1\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u5987\u4ea7\u79d1\u4e0a\u6f14\u4e86\u60ca\u5fc3\u52a8\u9b44\u7684\u4e00\u5e55\uff0c\u4e00\u4f4d\u5373\u5c06\u4e34\u76c6\u7684\u4e8c\u80ce\u7684\u51c6\u5988\u5988\u88ab\u9001\u5230\u4ea7\u623f\uff0c\u7ecf\u8fc7\u4ed4\u7ec6\u8bc4\u4f30\uff0c\u8003\u8651\u5230\u80ce\u513f\u53ef\u80fd\u6bd4\u4e00\u822c\u80ce\u513f\u5927\uff0c\u987a\u4ea7\u98ce\u9669\u7387\u8f83\u9ad8\uff0c\u4f46\u662f\u8fd9\u4f4d\u4ea7\u5987\u7684\u987a\u4ea7\u610f\u613f\u975e\u5e38\u5f3a\uff0c\u8003\u8651","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3490"}; 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 () { } }); }); }