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=4799&classid=12&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: 1714695655, nonceStr: 'LrSU3jsFITETT0EQ', signature: '877382d189bcc2997305e02509799b0fa32eda25', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662-\u4e00\u4f4d58\u5c81\u201c\u5e74\u8f7b\u515a\u5458\u201d\u7684\u6dec\u70bc\u4e4b\u8def","smalltext":"\u8fc7\u53bb\u7684500\u591a\u5929\uff0c\u662f\u533b\u751f\u66f9\u535a\u6de6\u201c\u8001\u9aa5\u4f0f\u67a5\uff0c\u5fd7\u5728\u5343\u91cc\u201d\u7684\u771f\u5b9e\u5199\u7167\u3002\u81ea\u613f\u62a5\u540d\u53bb\u6b66\u6c49\u6297\u51fb\u65b0\u51a0\u75ab\u60c5\uff0c\u5728\u6297\u75ab\u4e00\u7ebf\u52a0\u5165\u4e86\u4e2d\u56fd\u5171\u4ea7\u515a\uff0c\u9000\u4f11\u524d\u6210\u4e3a\u4e00\u540d\u515a\u5458\uff1b\u6297\u75ab\u7ed3\u675f\uff0c\u53c8\u4e3b\u52a8\u62a5\u540d\u5230\u897f\u85cf\u963f\u91cc\u63f4\u85cf","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4799"}; 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 () { } }); }); }