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=2043&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: 1747147376, nonceStr: 'U8pHnmYWDOPZDYWi', signature: 'b7d0bdce7abd4ff1d05aaa7926e8d9aa73cde92d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u8f7b\u4f24\u4e0d\u4e0b\u706b\u7ebf\u53ea\u4e3a\u90fd\u80fd\u65e9\u65e5\u5e73\u5b89\u56de\u5bb6","smalltext":"\u7a81\u5982\u5176\u6765\u7684\u4e00\u573a\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\uff0c\u8ba9\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u62a4\u58eb\u6f58\u5927\u9732\u8fd8\u6ca1\u6709\u6765\u5f97\u53ca\u966a\u5bb6\u4eba\u5403\u4e0a\u4e00\u9910\u5e74\u591c\u996d\u5c31\u6025\u5306\u5306\u8d76\u5230\u4e86\u533b\u9662\uff0c\u5979\u8fd9\u4e0e\u5bb6\u4eba\u4e00\u522b\uff0c\u5c31\u662f\u4e00\u4e2a\u6708\u3002\u4ece\u814a\u6708\u5eff\u516b\u8d77\u3002\u6f58\u5927\u9732\u5230\u9694\u79bb\u75c5\u533a\u5de5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2043"}; 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 () { } }); }); }