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=4849&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: 1750094470, nonceStr: 'ZSq6wX1ofY9b0ahf', signature: '197a7bc28a19576a5f77d417c37cac76757c95c2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6f2f\u6cb3\u5e02\u4e2d\u5fc3\u533b\u9662-\u66f4\u7f8e\u7684\u81ea\u5df1","smalltext":"\u665a\u4e0a\uff0c\u56e0\u4e3a3\u5c81\u7684\u513f\u5b50\u4e0d\u80af\u6309\u65f6\u7761\u89c9\uff0c\u6211\u53c8\u53d1\u706b\u4e86\u3002\u8001\u516c\u542c\u5230\u513f\u5b50\u7684\u54ed\u95f9\u58f0\u7acb\u523b\u8d76\u5230\u5367\u5ba4\uff1a\u201c\u5b9d\u5b9d\u4e0d\u54ed\uff01\u5b9d\u5b9d\u4e0d\u54ed\uff01\u7238\u7238\u54c4\u4f60\u7761\u89c9\u3002\u201d\u8fb9\u8bf4\u8fb9\u793a\u610f\u6211\u51fa\u53bb\u3002\u6211\u8fd9\u662f\u600e\u4e48\u4e86\uff1f\u4ec5\u4ec5\u662f\u56e0\u4e3a\u513f\u5b50\u95f9\u4eba\u4e0d\u7761","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4849"}; 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 () { } }); }); }