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=175&classid=3&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: 1715783377, nonceStr: 'WHmmd2pADncs2mvP', signature: 'fcbbf7b4122d4d27e065d349979c3b503b15e43a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u51af\u65b0\u5fe0\uff1a\u4e3a\u68a6\u60f3\u800c\u7acb","smalltext":"2015\u5e74\u5143\u6708\uff0c\u51af\u65b0\u5fe0\u4ece\u4f20\u7edf\u5a92\u4f53\u8f6c\u5165\u533b\u7597\u536b\u751f\u884c\u4e1a\uff0c\u8d1f\u8d23\u957f\u6cbb\u4e91\u5cf0\u533b\u9662\u5bf9\u5916\u5ba3\u4f20\u548c\u533b\u9662\u6587\u5316\u5efa\u8bbe\u5de5\u4f5c\uff0c\u81f3\u4eca\u5df2\u62cd\u6444\u6216\u53c2\u4e0e\u62cd\u6444\u8fd130\u591a\u90e8\u533b\u7597\u7eaa\u5f55\u7247\u548c\u5ba3\u4f20\u7247\u3002\u66fe\u62c5\u4efb\u957f\u6cbb\u7535\u89c6\u53f0\u533b\u5b66\u4eba\u6587\u54c1\u724c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=175"}; 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 () { } }); }); }