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=4365&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: 1744975907, nonceStr: '88nVJVE6CTCSRf5m', signature: 'bcc6de5fe17bf8e887f9eaaa7905c98b9fbd354f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u515a\u5efa\u7edf\u9886\u533b\u5fc3\u4e3a\u6c11 \u8054\u76df\u62b1\u56e2\u5171\u8bdd\u53d1\u5c55","smalltext":"\u6309\u7167\u829d\u7f58\u533a\u536b\u5065\u5c40\u300a\u5173\u4e8e\u5728\u5168\u533a\u536b\u5065\u7cfb\u7edf\u521b\u5efa\u201c\u533b\u5fc3\u4e3a\u6c11\u00b7\u6df1\u5ea6\u878d\u5408\u201d\u603b\u8054\u76df\u7684\u5b9e\u65bd\u65b9\u6848\u300b\uff08\u8bd5\u884c\uff09\u7cbe\u795e\uff0c\u7ed3\u5408\u515a\u53f2\u5b66\u4e60\u6559\u80b2\u9886\u5bfc\u5c0f\u7ec4\u300a\u5173\u4e8e<\u6211\u4e3a\u7fa4\u4f17\u529e\u5b9e\u4e8b\u5b9e\u8df5\u6d3b\u52a8\u5de5\u4f5c\u65b9\u6848>\u7684\u901a\u77e5\u300b\u8981","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4365"}; 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 () { } }); }); }