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=2387&classid=10&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: 1749255332, nonceStr: '3tMJuXlm0WLam5WQ', signature: '07a7378279d3dfcef4d056180a002d5552d951f2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u7586\u76ae\u5c71\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u4ee5\u4eba\u6587\u5173\u6000\u5f3a\u5316\u5185\u6db5\u5efa\u8bbe","smalltext":" 2019\u5e74\u662f\u65b0\u4e2d\u56fd\u6210\u7acb70\u5468\u5e74\uff0c\u662f\u51b3\u80dc\u5168\u9762\u5efa\u6210\u5c0f\u5eb7\u793e\u4f1a\u7684\u5173\u952e\u4e00\u5e74\uff0c\u533b\u9662\u7d27\u7d27\u56f4\u7ed5\u201c\u603b\u76ee\u6807\u201d\u7cbe\u795e\uff0c\u9762\u5bf9\u56f0\u96be\u8fce\u96be\u800c\u4e0a\u3001\u9510\u610f\u8fdb\u53d6\uff0c\u4e3a\u5168\u9762\u6df1\u5316\u533b\u7597\u536b\u751f\u4f53\u5236\u6539\u9769\u8fc8\u51fa\u4e86\u575a\u5b9e\u7684\u4e00\u6b65\u3002\u533b\u9662\u6301","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2387"}; 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 () { } }); }); }