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=2147&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: 1747123978, nonceStr: 'LaCRowi64cykiyjS', signature: '62769e93ac9a204508f892d47ac55b89dc8e1540', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u62a4\u76ee\u955c\u4e0b\u51dd\u7ed3\u7684\u6c34\u73e0\uff0c\u4e0d\u77e5\u662f\u96fe\u6c14\u8fd8\u662f\u6cea\u82b1\uff1f","smalltext":"\u4e3a\u4e86\u52a0\u5f3a\u75ab\u60c5\u9632\u63a7\u529b\u91cf\uff0c\u533b\u9662\u7ec4\u5efa\u4e86\u4e00\u652f\u6297\u75ab\u5fd7\u613f\u670d\u52a1\u961f\uff0c\u5728\u533b\u9662\u95e8\u3001\u6025\u8bca\u5165\u53e3\u4e3a\u5165\u9662\u7684\u8f66\u8f86\u53ca\u884c\u4eba\u6d4b\u91cf\u4f53\u6e29\u3002\u6211\u88ab\u5b89\u6392\u5728\u6025\u8bca\u5165\u53e3\uff0c\u8d1f\u8d2313:00\u201419:00\u6863\u7684\u503c\u5b88\u3002\u7a7f\u4e0a\u9694\u79bb\u8863\u3001\u6234\u4e0a\u62a4\u76ee\u955c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2147"}; 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 () { } }); }); }