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=4329&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: 1744740847, nonceStr: 'iS48AYS8neTHupbW', signature: 'e70c295c27f4a515926a1a1b4cdd390dd46f1a2b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e3a\u809a\u5927\u5982\u5b55\u5987\u7684\u7537\u5b50\u987a\u5229\u5207\u966427\u65a4\u80bf\u7624","smalltext":"\u8fd1\u65e5\uff0c57\u5c81\u7684\u5218\u5148\u751f\u5728\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u80bf\u7624\u5916\u79d1\u63a5\u53d7\u4e86\u201c\u8179\u819c\u540e\u5de8\u5927\u8102\u80aa\u8089\u7624\u5207\u9664\u672f\u201d\uff0c\u5207\u9664\u51fa\u4e86\u91cd\u8fbe27\u65a4\u7684\u80bf\u7624\uff0c\u76db\u6ee1\u4e24\u5927\u76c6\u7684\u8089\u7624\u4ee4\u4eba\u89e6\u76ee\u60ca\u5fc3\u3002\u5218\u5148\u751f\u60a3\u7684\u662f\u8179\u819c\u540e\u8102\u80aa\u8089\u7624\uff0c\u8fd9\u662f\u4e00\u79cd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4329"}; 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 () { } }); }); }