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=1345&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: 1714469032, nonceStr: 'vEUJnwx2enUwmUIS', signature: 'b1c0b7c997560451dc4cfead42aa794dd5624f48', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u4e1c\u4f5b\u5c71\uff1a\u7b2c\u4e8c\u5c4a\u5168\u56fd\u201c\u53d9\u4e8b\u533b\u5b66\u4e0e\u4e34\u5e8a\u5b9e\u8df5\u201d\u7814\u8ba8\u4f1a\u4f1a\u8bae\u901a\u77e5","smalltext":"2019 \u5e7412 \u67086 \u65e5\uff5e8 \u65e5\uff0c\u300a\u533b\u5b66\u4e0e\u54f2\u5b66\u300b\u6742\u5fd7\u793e\u8054\u5408\u4e2d\u56fd\u533b\u5e08\u534f\u4f1a\u300a\u4e2d\u56fd\u533b\u5b66\u4eba\u6587\u300b\u6742\u5fd7\u793e\u3001\u5357\u65b9\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u533b\u9662\u5171\u540c\u5728\u5357\u65b9\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u533b\u9662\uff08\u5e7f\u4e1c\u4f5b\u5c71\uff09\u4e3e\u529e\u7b2c\u4e8c\u5c4a\u5168\u56fd\u201c\u53d9\u4e8b\u533b\u5b66\u4e0e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=1345"}; 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 () { } }); }); }