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=4467&classid=24&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: 1714616712, nonceStr: 'wcJB2tPd4Y5HeaEL', signature: '7deaa35da2b5330564ebef1ff8c558ecca64c40c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u3010\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u63ed\u79d8\u516b\u3011\u4eca\u5929\uff0c\u4f60\u51c6\u5907\u597d\u4f5c\u54c1\u4e86\u5417\uff1f","smalltext":"4\u67085\u65e5\u662f\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8424\u706b\u866b\u8ba1\u5212\u66a82021\u5e74\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u6d3b\u52a8\u62a5\u9001\u4f5c\u54c1\u622a\u7a3f\u65e5\uff0c \u8ddd\u79bb\u73b0\u5728\u4ec5\u52698\u5929\uff0c\u7d27\u5f20\u4e0d\u7d27\u5f20\uff1f\u4e3a\u4e86\u8def\u6f14\u6709\u591a\u62fc\uff1f\u9662\u5185\u9884\u9009\u8d5b\u8d70\u8d77\uff01\u964d\u9f99\u5341\u516b\u638c\u6765\u81ea\u5185\u8499\u7684\u6c5f\u6e56\u4ed7","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=24&id=4467"}; 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 () { } }); }); }