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=3630&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: 1714629681, nonceStr: 'YdajBbRBU9HvWCTE', signature: '51486ce885682f913c96e9c76e548a88de212c67', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u4e49\u52a1\u4e0a\u95e8\u7684\u201c\u5b8b\u6c5f\u9020\u578b\u201d\u7231\u5fc3\u7406\u53d1\u5e08","smalltext":"\u201c\u770b\u5230\u4ed6\u4eec\u8138\u4e0a\u9732\u51fa\u7684\u7b11\u5bb9\uff0c\u6211\u4eec\u5c31\u611f\u5230\u5fc3\u5b89\u548c\u6ee1\u8db3\u4e86\u3002\u201d\u7406\u53d1\u5e08\u5b8b\u79d1\u8bf4\u9053\u30028\u670821\u53f7\uff08\u5468\u4e94\uff09\u4e0b\u53482:00\uff0c\u95f7\u70ed\u96be\u8010\uff0c\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\u7684\u5eb7\u590d\u82b1\u56ed\u91cc\uff0c\u4eba\u5934\u6512\u52a8\uff0c\u4e00\u7247\u55a7\u95f9\uff0c\u5939\u6c5f\u793e\u533a\u7684\u7231\u5fc3\u5fd7\u613f\u8005","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3630"}; 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 () { } }); }); }