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=352&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: 1749260151, nonceStr: 'B1IDZCOsT3GKM8YA', signature: 'ecb9a7ce51afbf5fd1ad3734316a698c38573b9c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u987a\u5fb7\u533b\u9662\uff1a\u4e50\u4ec1\u5fd7\u613f\u670d\u52a1\u961f\u8fde\u7eed\u516d\u5e74\u83b7\u8868\u5f70","smalltext":"\u5728\u4e50\u4ece\u6709\u8fd9\u6837\u4e00\u7fa4\u4eba\uff0c\u4ed6\u4eec\u65e2\u662f\u767d\u8863\u5929\u4f7f\uff0c\u4e5f\u662f\u7ea2\u9a6c\u7532\u5fd7\u613f\u8005\u3002\u51fa\u73b0\u5728\u793e\u533a\u3001\u5de5\u5382\u3001\u6821\u56ed\u3001\u767e\u59d3\u5bb6\u4e2d\uff0c\u5f18\u626c\u5fd7\u613f\u7cbe\u795e\uff0c\u8c31\u5199\u5949\u732e\u8d5e\u6b4c\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=352"}; 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 () { } }); }); }