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=3522&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: 1714670851, nonceStr: 'Q44nClfFfx4fMoIq', signature: '8150a484b416c22eb73be66232afe30722e710fd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u4e2d\u533b\u836f\u5927\u5b66\uff1a\u4f55\u88d5\u6c11\u6700\u65b0\u79d1\u666e\u529b\u4f5c\u300a\u4f60\u771f\u7684\u4e86\u89e3\u4e2d\u533b\u5417\u300b\u51fa\u7248","smalltext":"\u75ab\u60c5\u671f\u95f4\uff0c\u4e0a\u6d77\u4e2d\u533b\u836f\u5927\u5b66\u4f55\u88d5\u6c11\u6559\u6388\u7684\u6700\u65b0\u79d1\u666e\u529b\u4f5c\u300a\u4f60\u771f\u7684\u4e86\u89e3\u4e2d\u533b\u5417\u300b\uff0c\u8fd1\u65e5\u7531\u4e2d\u56fd\u534f\u548c\u533b\u79d1\u5927\u5b66\u51fa\u7248\u793e\u51fa\u7248\uff0c\u53d7\u5230\u4e1a\u5185\u4e13\u5bb6\u3001\u6559\u6388\u548c\u5e7f\u5927\u8bfb\u8005\u7684\u4e00\u81f4\u597d\u8bc4\u3002\u4f55\u88d5\u6c11\u6559\u6388\u8bf4\uff1a\u201c\u75ab\u60c5\u4e2d\uff0c\u6211","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3522"}; 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 () { } }); }); }