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=2228&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: 1747125503, nonceStr: 'xXl0XbP42GBDH2Sf', signature: '81f869737de7e906025cec0580247979a73ea158', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u7f8e\u4e3d\u7684\u8282\u65e5\uff0c\u7ed9\u82f1\u96c4\u7684\u5979\u4eec","smalltext":"\u5728\u6625\u5929\u91cc\uff0c\u6709\u4e00\u4e2a\u7f8e\u597d\u7684\u8282\u65e5\u3002\u8fd9\u4e2a\u8282\u65e5\uff0c\u56e0\u4e3a\u4e13\u5c5e\u4e8e\u5973\u6027\uff0c\u800c\u53d8\u5f97\u5206\u5916\u6e29\u6696\u548c\u59a9\u5a9a\u3002\u4eca\u5e74\u7684\u8fd9\u4e2a\u8282\u65e5\uff0c\u867d\u7136\u56e0\u4e3a\u4e00\u573a\u7a81\u53d1\u75ab\u60c5\uff0c\u4ece\u6d53\u5986\u53d8\u5f97\u7d20\u989c\uff0c\u4ece\u70ed\u95f9\u53d8\u5f97\u5b89\u9759\uff0c\u4f46\u662f\u540c\u6837\u56e0\u4e3a\u90a3\u9053\u8000\u773c\u7684\u5929\u4f7f\u767d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2228"}; 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 () { } }); }); }