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=1868&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: 1715401537, nonceStr: 'r84yWeh7ApRo6pwo', signature: '4f145dd62583a72847075d1922a58ed333ceed53', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u9762\u5bf9\u75ab\u60c5 \u53ea\u6709\u8d23\u4efb\u548c\u62c5\u5f53","smalltext":"\u201c\u5927\u5bb6\u5148\u653e\u4e0b\u624b\u4e2d\u7684\u5b66\u4e60\uff0c\u8fd9\u51e0\u5929\u6211\u4eec\u90fd\u5171\u540c\u6765\u5b66\u5b66\u65b0\u51a0\u80ba\u708e\u6307\u5357\u548c\u9632\u63a7\u8981\u6c42\u2026\u2026\u201d\u30021\u670817\u65e5\u65e9\u4e0a\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662ICU\u4e3b\u4efb\u5ed6\u7fa4\u7eb7\u4e00\u8fdb\u529e\u516c\u5ba4\u5c31\u53ec\u96c6\u5927\u5bb6\u8ba4\u771f\u5b66\u4e60\u3002\u8d77\u521d\uff0c\u6211\u4eec\u542c\u8bf4\u6e56\u5317","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1868"}; 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 () { } }); }); }