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=1894&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: 1747146379, nonceStr: 'LOUl9NZklpi8foQF', signature: '13169277dae5e08dd34224e651e92b8253815a55', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a \u4fdd\u5b89\u5199\u300a\u767d\u94f6\u9882\u300b\u6292\u53d1\u8d5e\u53f9","smalltext":"\u767d\u94f6\u554a\u767d\u94f6\uff01 \u60a8\u662f\u9ec4\u571f\u9ad8\u539f\u4e0a\u4e00\u9897\u7480\u74a8\u7684\u660e\u73e0\u3002\u60a8\u662f\u5168\u56fd\u552f\u4e00\u4ee5\u91d1\u5c5e\u547d\u540d\u7684\u57ce\u5e02\uff0c\u60a8\u662f\u6211\u5fc3\u4e2d\u96be\u820d\u7684\u60c5\u6000\u3002 \u6211\u7231\u4f60\u767d\u94f6\uff01 \u60a8\u662f\u77f3\u7834\u5929\u60ca\u7684\u4e00\u58f0\u5de8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1894"}; 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 () { } }); }); }