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=5130&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: 1714695538, nonceStr: 'mTigCNa3ihtqjBO1', signature: '955a0bcf67008791a66485e025119191053333c6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u51dd\u805a\u5404\u754c\u529b\u91cf\uff0c\u82cf\u5dde\u65b0\u6dfb\u4e00\u201c\u661f\u661f\u7684\u5b69\u5b50\u201d\u5b88\u62a4\u9635\u5730","smalltext":"2021\u5e7412\u670824\u65e5\u4e0b\u5348\uff0c\u7531\u82cf\u5dde\u9ad8\u65b0\u533a\u6b8b\u8054\u3001\u793e\u4f1a\u4e8b\u4e1a\u5c40\u8054\u5408\u82cf\u5dde\u5e02\u6b27\u7f8e\u540c\u5b66\u4f1a\u3001\u82cf\u5dde\u5e02\u81ea\u95ed\u75c7\u7814\u7a76\u4f1a\u3001\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u8054\u5408\u53d1\u8d77\uff0c\u6c5f\u82cf\u7701\u6b27\u7f8e\u540c\u5b66\u4f1a\u9752\u59d4\u4f1a\uff0c\u82cf\u5dde\u9ad8\u65b0\u533a\u5173\u5de5\u59d4\u3001\u6587\u660e\u529e\u3001\u603b","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5130"}; 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 () { } }); }); }