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=1076&classid=4&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: 1716036713, nonceStr: 'LbffhpUKr1MfkgLB', signature: '3e211141f602356a60fcf2b3d4edd4599ed22b45', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6842\u6797\u5e02\u7075\u5ddd\u53bf\u4e2d\u533b\u533b\u9662\u6613\u7965\u6797\uff1a\u6211\u4eec\u8fd9\u4e24\u5e74\u591a","smalltext":"2016\u5e7411\u67081\u65e5\uff0c\u662f\u6211\u4eba\u751f\u4e2d\u4e00\u4e2a\u975e\u5e38\u7279\u6b8a\u7684\u65e5\u5b50\uff0c\u4e0d\u662f\u56e0\u4e3a\u8fd9\u4e00\u5929\u662f\u5c0f\u5149\u68cd\u8282\uff0c\u800c\u662f\u56e0\u4e3a\u6211\u4eec\u8001\u5e74\u75c5\u3001\u5eb7\u590d\u79d1\u6210\u7acb\u4e86\u3002\u4e0d\u8fc7\uff0c\u8fd9\u4e2a\u65b0\u79d1\u5ba4\u6210\u7acb\u7684\u65f6\u5019\uff0c\u6ca1\u6709\u97ad\u70ae\u3001\u6ca1\u6709\u82b1\u7bee\uff0c\u6ca1\u6709\u5927\u5bb6\u7684\u795d\u798f\u548c\u7ea2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1076"}; 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 () { } }); }); }