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=1007&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: 1714724283, nonceStr: '2U2stchSsuRvLejy', signature: '8fa00cc4fe51518b66c6dfff99e0fbcb7c427964', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u9686\u91cd\u5e86\u795d\u7b2c\u4e8c\u5c4a\u4e2d\u56fd\u533b\u5e08\u8282\u6d3b\u52a8","smalltext":"\u533b\u5e08\uff0c\u662f\u5065\u5eb7\u7684\u5b88\u62a4\u8005\uff0c\u5728\u6f2b\u6f2b\u4ece\u533b\u8def\u4e0a\uff0c\u4ed8\u51fa\u8bf8\u591a\u8f9b\u82e6\uff0c\u53ea\u662f\u4e3a\u4e86\u7167\u4eae\u60a3\u8005\u751f\u547d\u7684\u5149\u4eae\u3002\u6cea\u6c34\u548c\u6c57\u6c34\u662f\u4ed6\u4eec\u884c\u533b\u8def\u4e0a\u6700\u7f8e\u7684\u89c1\u8bc1\uff0c\u60a3\u8005\u8138\u4e0a\u707f\u70c2\u7684\u7b11\u5bb9\u662f\u533b\u5e08\u6700\u7ec8\u7684\u671f\u76fc\u3002\u533b\u5e08\u4eec\u62c5\u627f\u5065\u5eb7\u4f7f\u547d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1007"}; 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 () { } }); }); }