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=3040&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: 1715055768, nonceStr: 'lfO20Oyni6a31DwB', signature: '5aaddb87c75ebab5779fd4752cee9c0eb40b9498', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5de5\u4f5c\u5f88\u8f9b\u82e6\uff0c\u4f46\u662f\u6211\u4eec\u4e0d\u201c\u5fc3\u82e6\u201d","smalltext":" 3\u670816\u65e5\u4e0b\u53482\u70b9\u5de6\u53f3\uff0c\u8fd8\u5728\u79d1\u5ba4\u503c\u73ed\u7684\u6211\uff0c\u7a81\u7136\u63a5\u5230\u9886\u5bfc\u901a\u77e5\uff0c\u6211\u88ab\u6307\u6d3e\u5230\u91d1\u8302\u9152\u5e97\u9694\u79bb\u70b9\u5de5\u4f5c\uff0c\u7acb\u5373\u53c2\u4e0e\u9662\u5185\u7d27\u6025\u4f1a\u8bae\u3002 \u5f88\u5feb\uff0c\u9662\u957f\u738b\u7426\u548c\u526f\u9662\u957f\u5218\u6c38\u521a\u5411\u6211\u4eec\u8bf4\u660e\u4e86\u9694\u79bb\u70b9\u5de5\u4f5c\u7684\u90e8\u7f72","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3040"}; 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 () { } }); }); }