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=5400&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: 1716034681, nonceStr: '3U7GjBOaZKNJZTcG', signature: 'df575aa580094db07f81cfb16ec83f0ba1735384', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u626b\u626b\u4e8c\u7ef4\u7801\u3001\u75c5\u5386\u5bc4\u5230\u5bb6\uff01","smalltext":"\u201c\u60a8\u52a8\u52a8\u624b\u6307\uff0c\u626b\u63cf\u4e8c\u7ef4\u7801\uff0c\u5c31\u53ef\u4ee5\u5b8c\u6210\u75c5\u5386\u590d\u5370\u7533\u8bf7\u548c\u90ae\u5bc4\u5730\u5740\u586b\u5199\uff0c\u5373\u4fbf\u662f\u8282\u5047\u65e5\u3001\u975e\u5de5\u4f5c\u65f6\u95f4\u4e5f\u80fd\u5728\u7ebf\u4e0a\u529e\u7406\u75c5\u5386\u590d\u5370\u90ae\u5bc4\u3002\u201d\u5728\u5e02\u4e8c\u533b\uff08\u91d1\u9633\u533b\u9662\uff09\u529e\u7406\u51fa\u9662\u624b\u7eed\u7684\u60a3\u8005\u738b\u5148\u751f\u5f97\u77e5\u8be5\u9662","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5400"}; 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 () { } }); }); }