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=6720&classid=14&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: 1715328382, nonceStr: 'Uyu0EFmBatQeyXEU', signature: '19ff36ef99f10b1bc104917784a98a61a12ee72c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u643a\u624b","smalltext":"\u8f70\u9686\u9686...\u8f70......\uff08\u706b\u70ae\u58f0\uff09\u201c\u54ce\uff0c\u8001\u674e\u3001\u8001\u82cf\uff0c\u9192\u4e86\u5417\uff1f\u4f60\u4eec\u542c\u201d\u201c\u53c8\u5f00\u59cb\u6253\u4e86\uff0c\u8fd9\u6b21\u7684\u4ea4\u6218\u533a\u79bb\u6211\u4eec\u53ea\u67092\u516c\u91cc\u201d\u201c\u6211\u4eec3\u4e2a\u4eca\u665a\u8f6e\u6d41\u503c\u5b88\u3002\u201d\u201c\u6536\u5230\u201d\uff0c\u8fd9\u4e00\u665a\u4ed6\u4eec\u6ce8\u5b9a\u65e0\u7720\u3002\u201c\u524d\u9762\u4ec0\u4e48\u60c5\u51b5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6720"}; 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 () { } }); }); }