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=2874&classid=12&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: 1749176798, nonceStr: '02znamXjGqSDYfSt', signature: 'b6bea4f4692ad7abcc64d56d6367ad46f76e62ae', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5410\u9c81\u756a\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u67e5\u5411\u4e1c\uff1a\u7528\u4eba\u6587\u7ba1\u7406\u63a8\u52a8\u53d1\u5c55\u7684\u9f7f\u8f6e","smalltext":"\u5728\u533a\u59d4\u3001\u533a\u653f\u5e9c\u548c\u4e0a\u7ea7\u76f8\u5173\u90e8\u95e8\u7684\u6709\u529b\u9886\u5bfc\u4e0b\uff0c\u5410\u9c81\u756a\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u59cb\u7ec8\u575a\u6301\u4ee5\u4eba\u4e3a\u672c\u7684\u601d\u60f3\u5bfc\u5411,\u521b\u5efa\u548c\u53d1\u5c55\u533b\u9662\u6587\u5316\uff0c\u5229\u7528\u533b\u9662\u6587\u5316\u7684\u51dd\u805a\u3001\u7ea6\u675f\u3001\u6fc0\u52b1\u548c\u5851\u9020\u7b49\u529f\u80fd\uff0c\u63d0\u9ad8\u533b\u52a1\u4eba\u5458","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2874"}; 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 () { } }); }); }