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=2772&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: 1747116595, nonceStr: 'Bhh8tnII5s9CoQVx', signature: 'ac04bba379f3074363a39e7b9d0b4a4944827bd9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u957f\u6cbb\u533b\u5b66\u4eba\u6587\uff1a\u6c64\u6587\u9f99\u75f4\u8ff7\u89e3\u5256\u7ec8\u4e0d\u6094\uff0c\u955c\u5934\u5448\u73b0\u4e07\u4e8b\u8da3","smalltext":"\u4f5c\u4e3a\u4e00\u540d\u9752\u5e74\u533b\u751f\uff0c\u4ed6\u7684\u9752\u6625\u5e95\u8272\u662f\u9633\u5149\uff0c\u4ed6\u7684\u9752\u6625\u652f\u70b9\u662f\u594b\u6597\uff0c\u4ed6\u7ed9\u603b\u662f\u7ed9\u4eba\u4e00\u80a1\u5411\u4e0a\u7684\u529b\u91cf\u3002\u6c64\u6587\u9f99\u7528\u7684\u5b9e\u9645\u884c\u52a8\uff0c\u8be0\u91ca\u4e86\u533b\u751f\u8fd9\u4e2a\u804c\u4e1a\u7279\u8d28\u548c\u5d07\u9ad8\u54c1\u8d28\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2772"}; 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 () { } }); }); }