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=432&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: 1716300564, nonceStr: 'bc5ssWSDS7aEzses', signature: 'b572301367925a296c0cb534f9d24d1ec5c3566b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c38\u5dde\u5e02\u4e2d\u5fc3\u533b\u9662\u4e0e\u6e56\u5357\u79d1\u6280\u5b66\u9662\u7b7e\u8ba2 \u300a\u533b\u7597\u5065\u5eb7\u201c\u7eff\u8272\u901a\u9053\u201d\u534f\u8bae\u4e66\u300b","smalltext":"5\u670824\u65e5\uff0c\u5728\u6e56\u5357\u79d1\u6280\u5b66\u9662\u884c\u653f\u529e\u516c\u697c\u4f1a\u8bae\u5ba4\uff0c\u6c38\u5dde\u5e02\u4e2d\u5fc3\u533b\u9662\u9662\u957f\u5218\u5f6c\uff0c\u6e56\u5357\u79d1\u6280\u5b66\u9662\u515a\u59d4\u4e66\u8bb0\u3001\u6821\u957f\u66fe\u5b9d\u6210\u5206\u522b\u4ee3\u8868\u5404\u81ea\u5355\u4f4d\u5728\u53cc\u65b9\u300a\u533b\u7597\u5065\u5eb7\u201c\u7eff\u8272\u901a\u9053\u201d\u534f\u8bae\u4e66\u300b\u4e0a\u7b7e\u5b57\u3002\u7b7e\u8ba2\u4eea\u5f0f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=432"}; 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 () { } }); }); }