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=2471&classid=12&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: 1743764537, nonceStr: 'XgmvzjUnGkEydNO1', signature: '1b8501309fc26d75382122b445e9f372f534574b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u90eb\u90fd\u533a\u4eba\u6c11\u533b\u9662\u5218\u7ea2\u6885:\u5531\u54cd\u65f6\u4ee3\u65cb\u5f8b","smalltext":"\u5218\u7ea2\u6885\uff0c\u6210\u90fd\u5e02\u90eb\u90fd\u533a\u4eba\u6c11\u533b\u9662\u515a\u59d4\u59d4\u5458\uff0c\u591a\u5e74\u6765\uff0c\u8be5\u540c\u5fd7\u52e4\u594b\u597d\u5b66\u3001\u7231\u5c97\u656c\u4e1a\uff0c\u7acb\u8db3\u5c97\u4f4d\u3001\u8ba4\u771f\u5c65\u804c\uff0c\u5728\u533b\u9662\u515a\u59d4\u7684\u9886\u5bfc\u4e0b\uff0c\u4ee5\u515a\u6027\u4e3a\u540e\u76fe\uff0c\u4ee5\u653f\u6cbb\u8d23\u4efb\u611f\u4e3a\u52a8\u529b\uff0c\u4ee5\u4f18\u79c0\u5171\u4ea7\u515a\u5458\u4e3a\u594b\u6597\u76ee\u6807\uff0c\u4ece\u601d\u60f3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2471"}; 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 () { } }); }); }