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=3051&classid=11&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: 1714610264, nonceStr: 'LOjZqgOabWUmntfS', signature: 'f5430ff52e4b6ba2ff61ff68a059b36c4d928264', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u8ba9\u5b69\u5b50\u6d78\u6da6\u5728\u533b\u5b66\u4eba\u6587\u7684\u5173\u6000\u4e2d","smalltext":"2019\u5e7412\u6708\uff0c\u5728\u82cf\u5dde\u5e02\u672a\u6210\u5e74\u4eba\u65b0\u65f6\u4ee3\u6587\u660e\u5b9e\u8df5\u63a8\u8fdb\u4f1a\u66a8\u4f53\u9a8c\u7ad9\u5efa\u8bbe\u57f9\u8bad\u73ed\u4e0a\uff0c\u5357\u4eac\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff08\u4ee5\u4e0b\u7b80\u79f0\u201c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u201d\uff09\u6210\u529f\u83b7\u6388\u201c2019\u5e74\u82cf\u5dde\u5e02\u672a\u6210\u5e74\u672a\u6210\u5e74\u4eba\u793e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=3051"}; 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 () { } }); }); }