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=1944&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: 1714943792, nonceStr: 'C98Plt1Bf4JKhpJw', signature: '872ca87f574cc9388157ecfe8f53e2a9038ed7a4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u53d1\u70ed\u95e8\u8bca\u7684\u4e00\u5929","smalltext":" \u75ab\u60c5\u5f00\u59cb\u540e\uff0c\u7b2c\u4e00\u8f6e\u503c\u73ed\u53d1\u70ed\u95e8\u8bca\u7684\u540c\u4e8b\u2014\u2014\u738b\u5efa\u56fd\u526f\u4e3b\u4efb\u3001\u9093\u6d2a\u5b87\u3001\u674e\u60e0\u537f\u3001\u5f20\u5efa\u6865\uff0c\u514b\u670d\u4e86\u79cd\u79cd\u56f0\u96be\uff0c\u987a\u5229\u5b8c\u6210\u4efb\u52a1\uff0c\u628a\u7ecf\u9a8c\u5206\u4eab\u7ed9\u63a5\u4e0b\u6765\u8981\u53bb\u53d1\u70ed\u95e8\u8bca\u7684\u201c\u6218\u53cb\u4eec\u201d\u3002 \u201c\u503c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1944"}; 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 () { } }); }); }