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=4034&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: 1749324886, nonceStr: 'e0zRrLfZ82bfAwsk', signature: '7dbce65914d4d4e005012040297536f2b7296dea', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\uff1a\u7528\u667a\u6167\u5f00\u542f\u65b0\u7684\u201c\u9632\u75ab\u4e4b\u95e8\u201d","smalltext":"\u7531\u6210\u90fd\u5e02\u653f\u52a1\u670d\u52a1\u7ba1\u7406\u548c\u7f51\u7edc\u7406\u653f\u529e\u516c\u5ba4\u4e3b\u529e\u7684\u201c2020\u6210\u90fd\u7f51\u7edc\u7406\u653f\u4f18\u79c0\u6848\u4f8b\u8bc4\u9009\u201d\u6d3b\u52a8\u4e8e2\u67081\u65e5\u63ed\u6653\uff0c\u5e02\u536b\u5065\u59d4\u9009\u9001\u7684\u201c\u2018\u4eba\u9632\uff0b\u6280\u9632\u2019\u53cc\u4fdd\u533b\u60a3\u5b89\u5168\u201d\u83b7\u201c\u7f51\u7edc\u7406\u653f\u5e74\u5ea6\u5341\u5927\u521b\u65b0\u6848\u4f8b","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4034"}; 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 () { } }); }); }