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=2403&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: 1749255457, nonceStr: 'vhK0ItlyEuEx61uh', signature: '352e59a9ae950018b6f838c160bf003e42f8787b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u533b\u9662\uff1a\u628a\u4eba\u6587\u5173\u6000\u878d\u5165\u533b\u9662\u6587\u5316\u5efa\u8bbe","smalltext":"\u6587\u5316\u80b2\u4eba\uff0c\u4ea6\u80fd\u517b\u4eba\uff0c\u4e00\u4e2a\u5355\u4f4d\u7684\u53d1\u5c55\u79bb\u4e0d\u5f00\u6587\u5316\u7684\u4f20\u627f\u4e0e\u521b\u65b0\u3002\u5728\u5168\u4f53\u804c\u5de5\u7684\u5171\u540c\u52aa\u529b\u4e0b\uff0c\u82cf\u5927\u9644\u4e00\u9662\u5728\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e0a\u53d6\u5f97\u4e86\u663e\u8457\u7684\u6210\u7ee9\uff0c\u5728\u52a0\u5f3a\u533b\u9662\u5b66\u79d1\u3001\u6280\u672f\u3001\u786c\u4ef6\u4ee5\u53ca\u57fa\u7840\u8bbe\u65bd\u5efa\u8bbe","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2403"}; 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 () { } }); }); }