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=3565&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: 1714878554, nonceStr: 'GDRyVH0vaU1pldoL', signature: '46e0c7125af27a00c95e4c09a0f05601c11003fd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u5e9a\u5b50\u6218\u201c\u75ab\u201d\u4e2d\u7684\u6df1\u5733\u5e02\u4e2d\u533b\u9662","smalltext":"17\u5e74\u524d\u5728\u6297\u51fb\u975e\u5178\u7684\u6218\u573a\u4e0a\uff0c\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u5c31\u66fe\u7acb\u4e0b\u5927\u529f\u3002\u5f53\u5e74\u8857\u77e5\u5df7\u95fb\u7684\u201c\u9632\u611f\u6c64\u201d\uff0c\u4e0d\u4ec5\u5e2e\u52a9\u5e02\u6c11\u62b5\u6297\u75c5\u6bd2\uff0c\u800c\u4e14\u6696\u6696\u7684\u6c64\u836f\u4e5f\u9a71\u6563\u4eba\u4eec\u5185\u5fc3\u7684\u6050\u614c\u300217\u5e74\u540e\uff0c\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u518d\u6b21\u8d70\u4e0a\u6297\u51fb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3565"}; 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 () { } }); }); }