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=5288&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: 1716043081, nonceStr: 'L9qyW4z5YcOhuMoI', signature: 'fd2aad10c8eb853aaab6c7a2aa45c58a582a7997', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u201c\u75ab\u201d\u8def\u6709\u6211\uff0c\u201c\u75ab\u201d\u5fc3\u5b88\u62a4","smalltext":"\u201c\u5f53\u6211\u5750\u4e0a\u90a3\u8d9f\u9a70\u63f4\u6cc9\u5dde\u7684\u4e13\u8f66\uff0c\u770b\u7740\u7a97\u5916\u6e10\u6e10\u8fdc\u53bb\u7684\u97e9\u57ce\u591c\u666f\uff0c\u5bb6\u8d8a\u6765\u8d8a\u8fdc\uff0c\u624d\u610f\u8bc6\u5230\u6211\u5df2\u7ecf\u8d70\u4e0a\u4e86\u81ea\u5df1\u7684\u6297\u75ab\u4e4b\u65c5\u2026\u2026\u201d\u5c31\u5728\u6b64\u523b\u7684\u5341\u5206\u949f\u524d\uff0c\u51cc\u66683\u65f630\u5206\uff0c\u9f9a\u79cb\u5e73\u8fd8\u966a\u7740\u516b\u4e2a\u6708\u5927\u7684\u5c0f\u5973","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5288"}; 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 () { } }); }); }