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=2252&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: 1747123312, nonceStr: 'eLwTbjuMm5JZ4nTc', signature: '37fb683ad6eef33355206451778943f427142529', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u51b3\u6218\u201c\u75ab\u201d\u7ebf\uff0c\u4e3a\u5f5d\u533a\u5c45\u5bb6\u7cbe\u795e\u969c\u788d\u60a3\u8005\u4e49\u52a1\u9001\u836f","smalltext":"\u56fe\u4e3a\u4e2d\u5fc3\u515a\u603b\u652f\u4e66\u8bb0\u3001\u4e2d\u5fc3\u4e3b\u4efb\u3001\u5e02\u7cbe\u795e\u6b8b\u75be\u4eba\u53ca\u4eb2\u53cb\u534f\u4f1a\u4e3b\u5e2d\u9ec4\u957f\u6d77\u4e49\u52a1\u4e0a\u95e8\u9001\u836f\uff0c\u5c06\u6297\u7cbe\u795e\u75c5\u836f\u54c1\u4ea4\u5230\u60a3\u8005\u5bb6\u5c5e\u624b\u4e2d\u3002\u773c\u4e0b\uff0c\u6b63\u503c\u51b3\u6218\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\uff0c\u51b3\u80dc\u8131\u8d2b\u653b\u575a\u7684\u7d27\u8981\u5173\u5934\uff0c\u5f5d\u533a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2252"}; 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 () { } }); }); }