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=3057&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: 1747101942, nonceStr: 'CzAyQzPS5Bfu9HWy', signature: '6e82577f9a146fb1e08b4975f862665e64773542', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u63f4\u9102\u533b\u7597\u961f\u89e3\u9664\u533b\u5b66\u9694\u79bb\u80dc\u5229\u51ef\u65cb","smalltext":"4\u67083\u65e5\uff0c\u6211\u9662\u63f4\u9102\u533b\u7597\u961f10\u540d\u961f\u5458\uff0c\u7ecf\u8fc714\u5929\u7684\u533b\u5b66\u89c2\u5bdf\uff0c\u7ecf\u4e24\u6b21\u6838\u9178\u68c0\u6d4b\u9634\u6027\u540e\uff0c\u6b63\u5f0f\u89e3\u9664\u533b\u5b66\u9694\u79bb\uff0c\u8fd4\u56de\u533b\u9662\u3002\u6b22\u8fce\u4eea\u5f0f\u5728\u533b\u9662\u95e8\u8bca\u5e7f\u573a\u4e3e\u884c\uff0c\u8d35\u9633\u5e02\u536b\u5065\u5c40\u515a\u59d4\u4e66\u8bb0\u3001\u5c40\u957f\uff0c\u9662\u515a\u59d4\u4e66\u8bb0\u3001\u9662\u957f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3057"}; 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 () { } }); }); }