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=5411&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: 1715338648, nonceStr: 'oUG88gvX264usE2J', signature: '28f5992f489e2186542ac3f618aca36e1afc3a8a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u516b\u4e00\u6170\u95ee\u9000\u5f79\u519b\u4eba \u805a\u5fc3\u51dd\u529b\u5171\u4fc3\u53cc\u62e5","smalltext":"\u4e3a\u5e86\u795d\u4e2d\u56fd\u4eba\u6c11\u89e3\u653e\u519b\u5efa\u519b95\u5468\u5e74\uff0c\u5f18\u626c\u62e5\u519b\u4f18\u5c5e\u3001\u62e5\u653f\u7231\u6c11\u7684\u5149\u8363\u4f20\u7edf\uff0c\u8fdb\u4e00\u6b65\u63d0\u5347\u9000\u5f79\u519b\u4eba\u7684\u5f52\u5c5e\u611f\u3001\u8363\u8a89\u611f\u3001\u5e78\u798f\u611f\uff0c8\u67081\u65e5\uff0c\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\u5f00\u5c55\u201c\u516b\u4e00\u201d\u8d70\u8bbf\u6170\u95ee\u6d3b\u52a8\u3002\u533b\u9662\u515a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5411"}; 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 () { } }); }); }