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=3864&classid=23&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: 1743652556, nonceStr: '7PWIaYnyF79UburN', signature: 'fb67dbdc692fcae2fb812106eda39c13e6e3d5f2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u4f1a\u5458\u7ba1\u7406\u529e\u6cd5","smalltext":"\u7b2c\u4e00\u7ae0 \u603b\u5219\u7b2c\u4e00\u6761 \u4e3a\u52a0\u5f3a\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\uff08\u4ee5\u4e0b\u7b80\u79f0\u201c\u534f\u4f1a\u201d\uff09\u4f1a\u5458\u7ba1\u7406\u4e0e\u670d\u52a1\uff0c\u4fdd\u969c\u4f1a\u5458\u7684\u5408\u6cd5\u6743\u76ca\uff0c\u6839\u636e\u56fd\u5bb6\u793e\u56e2\u7ba1\u7406\u6709\u5173\u89c4\u5b9a\u548c\u300a\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u7ae0\u7a0b\u300b\uff0c\u5236\u5b9a\u672c\u529e\u6cd5\u3002\u7b2c\u4e8c\u7ae0 \u4f1a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=23&id=3864"}; 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 () { } }); }); }