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=545&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: 1716052511, nonceStr: 'A7HqYFyFvv4HiYNx', signature: 'bdeae7a9f02f1e9b08695d2e74e88025b78d59b9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6276\u98ce\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u53ef\u4ee5\u653e\u201c\u5fc3\u810f\u652f\u67b6\u201d\u5566\uff01","smalltext":" \u65e5\u524d\uff0c\u6276\u98ce\u53bf\u4eba\u6c11\u533b\u9662\u5fc3\u8840\u7ba1\u5185\u79d1\u5728\u4e0a\u7ea7\u533b\u5e08\u7684\u6307\u5bfc\u4e0b\uff0c\u9648\u6587\u535a\u4e3b\u4efb\u3001\u5f20\u6d77\u519b\u526f\u4e3b\u4efb\u548c\u8f9b\u897f\u5cf0\u5927\u592b\uff0c\u4e3a\u4e00\u540d\u5de6\u524d\u964d\u652f\u8840\u7ba1\u4e2d\u6bb580%\u72ed\u7a84\u7684\u5fc3\u810f\u75c5\u60a3\u8005\u6210\u529f\u5b9e\u65bd\u4e86\u5fc3\u810f\u652f\u67b6\u690d\u5165\u672f\u3002\u6b64\u624b\u672f\u5728","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=545"}; 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 () { } }); }); }