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=3903&classid=14&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: 1714263402, nonceStr: 'AJjTW4MeVQ3hcoLz', signature: '1d9f3b8b4ade25ef0a76afe745e3cc9e128df987', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"2020\u5e74\u5ea6\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u4f18\u79c0\u4e2a\u4eba\u53ca\u96c6\u4f53\u8868\u5f70\u540d\u5355","smalltext":"2020\u5e74\uff0c\u5728\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u7b2c\u4e09\u5c4a\u7406\u4e8b\u4f1a\u7684\u6b63\u786e\u9886\u5bfc\u4e0b\uff0c\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u5168\u4f53\u59d4\u5458\u79ef\u6781\u5f18\u626c\u751f\u547d\u5173\u6000\u5b97\u65e8\uff0c\u4e3e\u5168\u529b\u8fdb\u884c\u6297\u51fb\u65b0\u51a0\u75ab\u60c5\uff0c\u5927\u529b\u63a8\u8fdb\u533b\u9662\u4eba\u6587\u5efa\u8bbe\uff0c\u4e00\u6279\u4f18\u79c0\u59d4\u5458\u548c\u533b\u7597\u673a\u6784\u4ee5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=3903"}; 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 () { } }); }); }