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=1291&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: 1749492663, nonceStr: 'Tp3F2kmMQqPxpGmv', signature: '4a46fea56bc11891ed5ded0f089fea185eb54fc6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u63a2\u7d22\u5065\u5eb7\u4e2d\u56fd\u65b0\u6a21\u5f0f\uff0c\u642d\u5efa\u533b\u60a3\u4e4b\u95f4\u65b0\u6865\u6881","smalltext":"\u57282019\u5e7410\u670819\u65e5\u5317\u4eac\u5927\u5b66\u533b\u5b66\u90e8\u4e3b\u529e\u7684\u7b2c\u5341\u4e09\u5c4a\u4e2d\u7f8e\u533b\u5e08\u804c\u4e1a\u7cbe\u795e\u7814\u8ba8\u4f1a\u5b66\u751f\u8bba\u575b\u4e13\u573a\u4e2d\uff0c\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u4e13\u7855\u5b66\u751f\u8fdf\u4e30\u7530\u3001\u66f9\u5b50\u7389\u3001\u738b\u73cf\u56e2\u961f\u5728\u6211\u9662\u6559\u52a1\u5904\u526f\u5904\u957f\u738b\u5706\u5706\u8001\u5e08","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1291"}; 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 () { } }); }); }