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=4596&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: 1716141885, nonceStr: 'dnKJ9KLbDsAtrL2L', signature: '17d328193aa9ae7d78975ca1a6bdda447f50d037', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5927\u5b66\u9644\u5c5e\u533b\u9662-\u56e0\u4e3a\u4eba\u6587\u7231\u5fc3\uff0c\u751f\u547d\u73cd\u91cd\uff0c\u91cd\u75c7\u4e0d\u91cd","smalltext":"\u4e00\u3001\u652f\u90e8\u515a\u5efa\u5f15\u9886\u5b66\u79d1\u5efa\u8bbe\u663e\u6210\u6548\uff081\uff09\u6297\u75ab\u524d\u7ebf \u515a\u5458\u5148\u4e0a\u81ea\u4ece\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u75ab\u60c5\u7206\u53d1\u4ee5\u6765\uff0c\u91cd\u75c7\u533b\u5b66\u79d1\u652f\u90e8\u533b\u62a4\u56e2\u961f\u5bc6\u5207\u5173\u6ce8\uff0c\u5f53\u5f97\u5230\u56db\u5ddd\u7701\u7b2c\u4e09\u6279\u3001\u7b2c\u4e03\u6279\u63f4\u9102\u533b\u7597\u961f\u901a\u77e5\u65f6\uff0c\u6211\u652f\u90e8\u515a\u5458","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4596"}; 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 () { } }); }); }