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=4867&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: 1743764882, nonceStr: 'CjLVLsksM7O6qvAU', signature: '5453a97ac466153e6712ad9187bdb56f07a78f50', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u80ba\u79d1\u533b\u9662-\u201c\u80ba\u79d1\u4e4b\u5bb6\u201d\u5e73\u53f0","smalltext":"2016\u5e74\uff0c\u5728\u533b\u9662\u515a\u59d4\u7684\u9886\u5bfc\u4e0b\uff0c\u4e0a\u6d77\u5e02\u533b\u52a1\u5de5\u4f1a\u7684\u652f\u6301\u548c\u5e2e\u52a9\u4e0b\uff0c\u7ed3\u5408\u533b\u9662\u5b9e\u9645\u60c5\u51b5\uff0c\u4ee5\u670d\u52a1\u804c\u5de5\u4e3a\u91cd\u70b9\uff0c\u4ee5\u6539\u9769\u521b\u65b0\u4e3a\u52a8\u529b\uff0c\u5168\u529b\u6ee1\u8db3\u804c\u5de5\u591a\u6837\u5316\u7684\u9700\u6c42\uff0c\u6253\u9020\u4e86\u5458\u5de5\u4fe1\u8d56\u7684\u804c\u5de5\u4e4b\u5bb6\u2014\u2014\u201c\u80ba\u79d1\u4e4b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4867"}; 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 () { } }); }); }