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=2878&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: 1746160260, nonceStr: 'gEoqR89vZHDEjcnn', signature: '4d473958d512de05385e292d4dfd3effb61cf02c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u5c71\u5e02\u5c0f\u6984\u4eba\u6c11\u533b\u9662\u4f55\u6dd1\u660e\uff1a\u529e\u597d\u4e00\u5bb6\u533b\u9662\uff0c\u529e\u6210\u4e00\u6240\u5b66\u6821","smalltext":"\u6b64\u53bb\u7ecf\u5e74\uff0c\u8d70\u5728\u533b\u9662\u7684\u8def\u4e0a\uff0c\u4f55\u6dd1\u660e\u4ecd\u4f1a\u60f3\u8d772002\u5e74\u521a\u6765\u5230\u6984\u533b\u65f6\u90a3\u4e2a\u9065\u8fdc\u7684\u4e0b\u5348\u3002\u90a3\u65f6\u98ce\u534e\u6b63\u8302\uff0c\u90a3\u65f6\u5c81\u6708\u9759\u597d\uff0c\u7d20\u6709\u4e2d\u5c71\u533b\u79d1\u5927\u5b66\u201c\u624d\u5973\u201d\u4e4b\u79f0\u7684\u5979\u5728\u4e2d\u5c71\u5e02\u4eba\u6c11\u533b\u9662\u65e9\u5df2\u5c0f\u6709\u540d\u6c14\uff0c\u6280\u672f\u62d4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2878"}; 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 () { } }); }); }