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=5148&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: 1714332791, nonceStr: 'ZEIYlLGZXc2QlKRj', signature: '5a8191e8319f5bff1b220aee13f0d13101c19e34', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u51ac\u65e5\u9001\u9526\u65d7\uff0c\u771f\u60c5\u6696\u4eba\u5fc3","smalltext":"2022\u5e74\u65b0\u5e74\u4f0a\u59cb\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u6536\u5230\u4e86\u4e00\u4efd\u7279\u6b8a\u7684\u65b0\u5e74\u793c\u7269\u30021\u67084\u65e5\uff0c\u60a3\u8005\u5f20\u963f\u59e8\u628a\u4e00\u9762\u5199\u6709\u201c\u533b\u672f\u7cbe\u6e5b\u4f20\u56db\u65b9\uff0c\u533b\u5fb7\u9ad8\u5c1a\u6696\u4eba\u5fc3\u201d\u7684\u9526\u65d7\u9001\u5230\u533b\u9662\u529e\u516c\u5ba4\uff0c\u611f\u8c22\u5185\u4e00\u79d1\u5ba4\u533b\u62a4\u4eba\u5458\u7684\u7cbe\u5fc3\u6cbb\u7597\u548c\u771f\u60c5\u5173\u6000\u3002","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5148"}; 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 () { } }); }); }