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=2803&classid=13&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: 1715900650, nonceStr: 'fJc6ilRIh6BBo677', signature: '1f36b963cdc0e3a0dda7f967251bf3b097283160', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u201c\u5c0f\u4e11\u533b\u751f\u201d\u5fd7\u613f\u670d\u52a1\u56e2\u961f\uff1a\u4e00\u9053\u9753\u4e3d\u98ce\u666f\u7ebf","smalltext":"\u5728\u56db\u5ddd\u7701\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u6709\u4e00\u652f\u7279\u6b8a\u7684\u5fd7\u613f\u8005\u56e2\u961f\uff0c\u4ece\u521a\u5f00\u59cb\u542f\u52a8\u5c31\u53d7\u5230\u4e86\u804c\u5de5\u3001\u60a3\u8005\u4ee5\u53ca\u793e\u4f1a\u7684\u5e7f\u6cdb\u5173\u6ce8\u3001\u652f\u6301\u548c\u6b22\u8fce\u3002\u4ed6\u4eec\u6210\u529f\u5165\u56f4\u7ef5\u9633\u5e022019\u5e74\u5ea6\u201c\u5341\u4f73\u5fd7\u613f\u670d\u52a1\u9879\u76ee\u201d\u5019\u9009","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2803"}; 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 () { } }); }); }