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=4506&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: 1715904471, nonceStr: 'RVjoDq5Y5eFEhCtZ', signature: '79df3b61f1364683a6be60b36d79ff7a59dd1aa8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u4e1c\u7701\u6d4e\u5357\u5e02\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662-\u5173\u6ce8\u4f53\u68c0\u540e\u5fc3\u7406\u4e9a\u5065\u5eb7\u72b6\u51b5","smalltext":"\u968f\u7740\u793e\u4f1a\u53d1\u5c55\u548c\u8f6c\u578b\u901f\u5ea6\u52a0\u5feb\uff0c\u4eba\u4eec\u5728\u7cbe\u795e\u5c42\u9762\u4e0a\u53d7\u5230\u7684\u538b\u529b\u4e0e\u65e5\u4ff1\u589e\uff0c\u5065\u5eb7\u7684\u6982\u5ff5\u4e0d\u4ec5\u4ec5\u662f\u6ca1\u6709\u75be\u75c5\u4e0e\u75db\u82e6\uff0c\u800c\u662f\u5fc3\u7406\u3001\u751f\u7406\u4e0e\u793e\u4f1a\u529f\u80fd\u65b9\u9762\u7684\u826f\u597d\u72b6\u6001\uff0c\u5c24\u5176\u5fc3\u7406\u4e0e\u751f\u7406\u76f8\u4e92\u5f71\u54cd\u3001\u76f8\u4e92\u4fc3","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4506"}; 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 () { } }); }); }