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=4093&classid=5&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: 1715043280, nonceStr: 'XwlO10lGwIAKPpzx', signature: '2f2e83630adba61d87a6d6e5edb5e7a3f4d1a74f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u672a\u6765\u53ef\u671f\u768490\u540e","smalltext":" 2021\u5e742\u670825\u65e5\u5728\u5168\u5e02\u53ec\u5f00\u7684\u5e74\u5ea6\u8868\u5f70\u5927\u4f1a\u4e0a\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u68c0\u9a8c\u79d1\u738b\u5609\u3001\u5eb7\u590d\u79d1\u5f20\u97ec\u88ab\u8bc4\u4e3a\u201c\u6297\u75ab\u5de5\u4f5c\u5148\u8fdb\u4e2a\u4eba\u201d\uff0c\u6210\u7ee9\u7684\u53d6\u5f97\u65e0\u4e0d\u6d78\u900f\u7740\u80cc\u540e\u7684\u8270\u8f9b\u548c\u6c57\u6c34\uff0c\u4ed6\u4eec\u53d6\u5f97\u8363\u8a89\u540c\u4e8b\u4eec\u8868\u8fbe\u795d\u8d3a\u540e\uff0c\u90fd\u8981\u8bf4\u4e0a\u4e00\u53e5\u201c\u5b9e\u81f3\u540d\u5f52\u201d\uff01","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4093"}; 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 () { } }); }); }