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=5162&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: 1716119384, nonceStr: 'k8MMObkvmOwegSPs', signature: 'adf76a6bbcee4014157e48d601ceb825b3a2075e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u5f00\u5c55\u9633\u5149\u9e7f\u7ae5\u793e\u4f1a\u878d\u5408\u6d3b\u52a8\uff0c\u8ba9\u5eb7\u590d\u66f4\u6709\u8da3\uff01","smalltext":"\u6bcf\u4e00\u4e2a\u5b69\u5b50\u90fd\u662f\u5929\u4f7f\uff0c\u53ea\u662f\u6709\u7684\u98de\u5f97\u6162\u4e86\u4e9b\u3002\u6210\u957f\u7684\u65c5\u7a0b\u4e2d\uff0c\u4ed6\u4eec\u9700\u8981\u66f4\u591a\u7684\u5173\u7231\uff0c\u66f4\u591a\u7684\u9f13\u52b1\u4e0e\u966a\u4f34\u30021\u670819\u65e5\u4e0b\u5348\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u9633\u5149\u9e7f\u7ae5\u5eb7\u590d\u4e2d\u5fc3\u7684\u5b69\u5b50\u4eec\u5c31\u50cf\u8fc7\u8282\u4e00\u6837\u5feb\u4e50\uff0c\u56e0\u4e3a\u5eb7\u590d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5162"}; 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 () { } }); }); }