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=5587&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: 1715010649, nonceStr: 'QaqGAmUDkhmPNaxL', signature: '7d22e3e0ef7b46a01260e9afeb57aa54999d332d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/d\/file\/p\/202304\/4ec12b810fc06169b4b24c2a5efc95da.jpg","title":"\u7b2c\u4e09\u5c4a\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5355\u9879\u5956\u7ed3\u679c\u516c\u5e03","smalltext":"\u4e3a\u8d2f\u5f7b\u843d\u5b9e\u300a\u56fd\u52a1\u9662\u529e\u516c\u5385\u5173\u4e8e\u5efa\u7acb\u73b0\u4ee3\u533b\u9662\u7ba1\u7406\u5236\u5ea6\u7684\u6307\u5bfc\u610f\u89c1\u300b\uff08\u56fd\u529e\u53d1\u30142017\u301567 \u53f7\uff09\u3001\u300a\u56fd\u52a1\u9662\u529e\u516c\u5385\u5173\u4e8e\u63a8\u52a8\u516c\u7acb\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u7684\u610f\u89c1\u300b\uff08\u56fd\u529e\u53d1\u30142021\u301518 \u53f7\uff09\u7b49\u6709\u5173\u6587\u4ef6\u8981","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5587"}; 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 () { } }); }); }