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=952&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: 1716160972, nonceStr: 'gx3MaP7B49jrwiC9', signature: '566971b550366ac2f3f463b534e122d7695c0808', 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\uff1a86\u5c81\u7684\u8001\u5976\u5976\u53c8\u53ef\u4ee5\u5927\u58f0\u8bf4\u8bdd\u3001\u5927\u53e3\u5403\u996d\u4e86","smalltext":" \u6f9c\u6ca7\u62c9\u795c\u65cf\u9ece\u5976\u5976\u4eca\u5e74\u5df2\u7ecf86\u5c81\uff0c\u5979\u6df1\u53d7\u4e09\u53c9\u795e\u7ecf\u75db\u56f0\u6270\u5df2\u67097\u5e74\u4e4b\u4e45\uff0c\u4e4b\u524d\u8bd5\u8fc7\u9664\u624b\u672f\u5916\u7684\u5404\u79cd\u6cbb\u7597\u65b9\u6cd5\u5747\u65e0\u6548\uff0c\u8fd1\u6765\u75bc\u75db\u6108\u53d1\u4e25\u91cd,\u8fde\u5f20\u53e3\u8bf4\u8bdd\u3001\u5403\u996d\u90fd\u4f1a\u75db\u4e0d\u6b32\u751f\u3002\u8001\u5976\u5976\u521a\u8fdb\u533b\u9662\u65f6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=952"}; 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 () { } }); }); }