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=2853&classid=10&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: 1714758083, nonceStr: 'qQWSs7ViNdVWloFL', signature: 'f7befd7a8a3237de803dc3b611a890cec45aa7e8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u4e1c\u7701\u7acb\u533b\u9662\uff1a\u6218\u201c\u75ab\u201d\uff0c\u9ad8\u626c\u4eba\u6587\u7cbe\u795e\u7684\u65d7\u5e1c","smalltext":"\u5c71\u4e1c\u7b2c\u4e00\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7701\u7acb\u533b\u9662\uff08\u5c71\u4e1c\u7701\u7acb\u533b\u9662\uff09\u65e2\u662f\u62e5\u6709\u767e\u5e74\u5386\u53f2\u7684\u77e5\u540d\u533b\u9662\uff0c\u533b\u9662\u524d\u8eab\u4e4b\u4e00\u8131\u80ce\u4e8e\u65b0\u56db\u519b\u519b\u90e8\u533b\u9662\uff0c\u56e0\u6b64\u4e5f\u662f\u9971\u542b\u7ea2\u8272\u57fa\u56e0\u7684\u4eba\u6c11\u533b\u9662\u3002\u6551\u6b7b\u6276\u4f24\uff0c\u53d1\u626c\u9769\u547d\u7684\u4eba\u9053\u4e3b\u4e49\u7cbe\u795e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2853"}; 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 () { } }); }); }