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=6682&classid=14&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: 1743703480, nonceStr: 'UcOejoVxfkVBoZh7', signature: '396c6634410093bdfaef0265939bdc923b72eac0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5982\u70df\u82b1\u822c\u7eda\u70c2\u7684\u5149","smalltext":" \u4e58\u8f66\u8def\u8fc7\u6a58\u5b50\u6d32\u5927\u6865\uff0c\u770b\u5230\u6cdb\u6e38\u6d32\u4e2d\u7684\u8239\u53ea\uff0c\u6392\u961f\u6210\u7fa4\u7684\u4eba\u4eec\uff0c\u706f\u706b\u9611\u73ca\uff0c\u8ba9\u6211\u60f3\u5230\u4e86\u9664\u5915\u90a3\u665a\u7684\u70df\u82b1\u3002\u4e00\u5929\u7684\u5fd9\u788c\u53c8\u7ed3\u675f\u4e86\u2026\u2026\u4e0e\u6628\u5929\u4e0d\u540c\u7684\u662f\uff0c\u4eca\u5929\u6211\u770b\u5230\u8d3a\u8d3a\u5b9d\u8d1d\u6210\u529f\u64a4\u4e0b\u4e86\u6709\u521b\u547c\u5438","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6682"}; 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 () { } }); }); }