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=3661&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: 1715003862, nonceStr: 'PNRYF68J1QEhOlqi', signature: '5751756a2f0c99060a723c3822235b8c1e1525e0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u62e9\u4e00\u4e8b\u7ec8\u4e00\u751f","smalltext":"8\u670819\u65e5\u662f\u7b2c\u4e09\u4e2a\u201c\u4e2d\u56fd\u533b\u5e08\u8282\u201d\uff0c\u4eca\u5e74\u7684\u533b\u5e08\u8282\u5bf9\u4e8e\u6bcf\u4e00\u4f4d\u533b\u52a1\u5de5\u4f5c\u8005\u6765\u8bf4\u90fd\u662f\u7279\u522b\u7684\u3002\u5e26\u7740\u8fd9\u4efd\u7279\u522b\uff0c\u5c0f\u7f16\u9646\u7eed\u63a2\u8bbf\u4e86\u51e0\u4f4d\u4e34\u5e8a\u4e00\u7ebf\u7684\u533b\u5e08\u4eec\u3002\u7b49\u5f85\u4e86\u4e8c\u5341\u5206\u949f\uff0c\u5c0f\u7f16\u5728\u513f\u7ae5\u4fdd\u5065\u79d1\u7684\u7b49","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3661"}; 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 () { } }); }); }