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=4918&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: 1714361065, nonceStr: 'F3RldkdSEfV0POqQ', signature: '2cd37712f179d1c4d0e53d5f6679584faf3b4a17', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662-\u4ee5\u753b\u4f20\u60c5\u4ee5\u4eba\u4e3a\u672c","smalltext":"\u533b\u62a4\u624b\u7ed8 \u4f60\u4ee5\u4e3a\u4ed6\u4eec\u53ea\u662f\u666e\u901a\u7684\u533b\u62a4\u4eba\u5458\u5417\uff1f\u2026\u2026\u4e0d\uff0c\u4ed6\u4eec\u662f\u4f1a\u753b\u753b\u7684\u533b\u62a4\u4eba\u5458\uff01\u53ef\u522b\u5c0f\u770b\u753b\u753b\u8fd9\u9879\u6280\u80fd~\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u666e\u901a\u5916\u79d1\u7528\u7279\u6b8a\u7684\u65b9\u5f0f\u7528\u8fd9\u9879\u53ef\u7231\u7684\u5c0f\u6280\u80fd\u5e2e\u52a9\u4e86\u5f88\u591a","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4918"}; 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 () { } }); }); }