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=170&classid=11&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: 1746210248, nonceStr: 'isvDIVnMKAQc6bS3', signature: '3c60f2339ad06b5c9e5d4ef40ce2fdf30b65f204', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5de9\u4e49\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4eba\u6587\u5de9\u533b\uff0c\u4ece\u8fd9\u4e9b\u7ec6\u8282\u670d\u52a1\u505a\u8d77","smalltext":"\u4e00\u3001\u501f\u68af\u767b\u9ad8 \u8ba9\u767e\u59d3\u770b\u5927\u75c5\u4e0d\u51fa\u53bf2018\u5e74\u533b\u9662\u8fdb\u4e00\u6b65\u5b8c\u5584\u4e86\u5ba2\u5ea7\u6559\u6388\u8058\u4efb\u5236\u5ea6\uff0c\u4e0e\u4eac\u3001\u6caa\u7b49\u7701\u57ce\u4e09\u7532\u533b\u9662\u5efa\u7acb\u957f\u671f\u7a33\u5b9a\u7684\u5408\u4f5c\uff0c\u8ba9\u77e5\u540d\u4e13\u5bb6\u5b9a\u671f\u6765\u9662\u5750\u8bca\u3001\u5e26\u6559\uff0c\u52a0\u5feb\u533b\u7597\u670d\u52a1\u6280\u672f\u53d1\u5c55\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=170"}; 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 () { } }); }); }