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=4574&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: 1743764694, nonceStr: '2CIAKPXCoWIxUOyh', signature: '0254fc3f9765316548124bae44252deb28976b70', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662-\u515a\u59d4\u5ba3\u4f20\u90e8\u90e8\u957f\u4e70\u79cb\u971e","smalltext":"\u60c5\u6000\u4e0e\u6e29\u5ea6\u662f\u5979\u7684\u5173\u952e\u8bcd\u96f7\u5389\u98ce\u884c\u662f\u5979\u7684\u5de5\u4f5c\u98ce\u683c\u5728\u5979\u7684\u5de5\u4f5c\u62a5\u544a\u4e2d\uff0c\u4ece\u6765\u6700\u4e0d\u7f3a\u4e4f\u7684\u4fbf\u662f\u201c\u7206\u70b9\u201d\u548c\u201c\u7279\u8272\u201d\u3002\u5bf9\u4e8e\u4f17\u591a\u5ba3\u4f20\u5de5\u4f5c\u6765\u8bf4\uff0c\u4f17\u91cc\u5bfb\u4ed6\u5343\u767e\u5ea6\u7684\u201c\u5b9d\u85cf\u201d\uff0c\u4e8e\u5979\u800c\u8a00\uff0c\u4f3c\u4e4e\u4fe1\u624b\u62c8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4574"}; 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 () { } }); }); }