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=4299&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: 1714965385, nonceStr: 'QUIBRDeQaBtIaEwq', signature: '6042de2dc84c246dff7f0cae8224439a8d08de08', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\u7c73\u8273\u829d\uff1a\u6211\u7684\u4eba\u6587\u8def\u6f14\u5fc3\u8def\u5386\u7a0b","smalltext":"4\u670827\u65e5\uff0c\u6211\u548c\u533b\u9662\u5fc3\u7075\u5173\u6000\u56e2\u961f\u4e00\u8d77\u53c2\u52a0\u4e86\u5728\u6210\u90fd\u4e3e\u529e\u76842021\u5168\u56fd\u4eba\u6587\u7ba1\u7406\u8def\u6f14\uff0c\u8fd9\u6b21\u8def\u6f14\u5bf9\u6211\u6765\u8bf4\u662f\u4e00\u6b21\u5b9d\u8d35\u7684\u53c2\u6f14\u548c\u5b66\u4e60\u7ecf\u5386\uff0c\u8ba9\u6211\u6709\u6ee1\u6ee1\u7684\u611f\u609f\uff0c\u5c31\u8ba9\u6211\u5a13\u5a13\u9053\u6765\uff0c\u4e0e\u60a8\u5171\u540c\u5206\u4eab\u6211\u53c2\u6f14","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4299"}; 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 () { } }); }); }