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=3066&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: 1745150930, nonceStr: '5W04glxK93cm3tI7', signature: '24f65f18771f94fa7a8a87fa3c069147ac5be879', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u81f4\u656c\u52b3\u52a8\uff1a\u533b\u62a4\u201c\u624b\u76f8\u201d\uff0c\u5343\u9524\u767e\u70bc","smalltext":"\u4e0d\u7ba1\u662f\u5426\u60c5\u613f\uff0c\u751f\u6d3b\u603b\u5728\u50ac\u4fc3\u6211\u4eec\u8fc8\u6b65\u5411\u524d\u3002\u51fa\u751f\u3001\u957f\u5927\u3001\u53d8\u8001\uff0c\u4eba\u4eec\u65e5\u51fa\u800c\u4f5c\u3001\u65e5\u843d\u800c\u606f\uff0c\u6216\u8005\u591c\u4ee5\u7ee7\u65e5\u3001\u901a\u5bb5\u8fbe\u65e6\u3002\u5728\u6709\u9650\u751f\u547d\u7684\u65f6\u5149\u91cc\uff0c\u6bcf\u4e2a\u4eba\u90fd\u5728\u4eab\u53d7\u52b3\u52a8\u5e26\u6765\u7684\u6536\u83b7\uff0c\u4e5f\u603b\u662f\u5728\u4e00\u6bb5\u53c8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3066"}; 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 () { } }); }); }