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=4825&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: 1749210348, nonceStr: 'XwmNaaE0eeGIMjLw', signature: '2930383e72bbd321e0eb7363ee81d5b381f9c92a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6606\u5c71\u5e02\u9526\u6eaa\u4eba\u6c11\u533b\u9662-\u4fef\u8eab\u5230\u5730\uff0c\u505a\u8001\u4eba\u5065\u5eb7\u7684\u5b88\u62a4\u4eba","smalltext":"\u201c\u5229\u6c11\u4e4b\u4e8b\uff0c\u4e1d\u53d1\u5fc5\u5174\uff1b\u5389\u6c11\u4e4b\u4e8b\uff0c\u6beb\u672b\u5fc5\u53bb\u3002\u201d\u6211\u56fd\u662f\u4e16\u754c\u4e0a\u8001\u5e74\u4eba\u53e3\u6700\u591a\u7684\u56fd\u5bb6\uff0c\u4e5f\u662f\u4eba\u53e3\u8001\u9f84\u5316\u53d1\u5c55\u901f\u5ea6\u6700\u5feb\u7684\u56fd\u5bb6\u4e4b\u4e00\u3002\u622a\u81f32018\u5e74\u5e95\uff0c\u6211\u56fd60\u5c81\u4ee5\u4e0a\u8001\u4eba\u5df2\u8fbe2.4\u4ebf\uff0c\u4e14\u5e26\u75c5\u751f\u5b58\u65f6\u95f4\u7ea68","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4825"}; 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 () { } }); }); }