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=2831&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: 1749421034, nonceStr: 'dADEM9wrJAEGjsWM', signature: '32498a80bdfe58af42f99546172a9e6261cbba99', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u957f\u6cbb\u533b\u5b66\u4eba\u6587\uff1a\u957f\u6cbb\u63f4\u9102\u533b\u7597\u961f\u5728\u79bb\u522b\u4e4b\u65f6\u8bd7\u6717\u8bf5\u300a\u522b\u4e86\u00b7\u6b66\u6c49\u300b","smalltext":"\u957f\u6cbb\u63f4\u9102\u533b\u7597\u961f\u5728\u79bb\u522b\u4e4b\u65f6\uff0c\u961f\u5458\u674e\u83f2\u521b\u4f5c\u4e86\u8bd7\u8bcd\u300a\u522b\u4e86\u00b7\u6b66\u6c49\u300b\uff0c\u90e8\u5206\u961f\u5458\u53c2\u4e0e\u5f55\u5236\uff0c\u867d\u7136\u6717\u8bf5\u4e0d\u662f\u5f88\u4e13\u4e1a\uff0c\u4f46\u786e\u662f\u771f\u60c5\u5b9e\u611f\u2026\u2026","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2831"}; 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 () { } }); }); }