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=1824&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: 1747168157, nonceStr: 'hiP48CrDZAEtSq0e', signature: 'fa902bf3912c0e64fc341f5ddc9a24aca0e4370a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u9694\u79bb\u75c5\u623f\u62a4\u58eb\u5f20\u9759\u6297\u75ab\u81ea\u8ff0","smalltext":"\u672c\u4eba\u5728\u67d8\u8363\u53bf\u4e0b\u4e61\uff0c\u5728\u63a5\u5230\u533b\u9662\u901a\u77e5\u540e\uff0c\u7acb\u5373\u4ece\u67d8\u8363\u53bf\u533b\u9662\u8d76\u56de\uff0c\u52a0\u5165\u53d1\u70ed\u75c5\u623f\u7b79\u5907\u5de5\u4f5c\u3002\u5b69\u5b50\u90a3\u51e0\u5929\u6241\u6843\u4f53\u53d1\u708e\uff0c\u90fd\u6ca1\u7a7a\u56de\u53bb\uff0c\u5b69\u5b50\u6253\u7535\u8bdd\u603b\u8bf4\uff0c\u5988\u5988\u4f60\u4ec0\u4e48\u65f6\u5019\u56de\u6765\u770b\u6211\u4e0b\uff0c\u6211\u603b\u662f\u7b80\u5355\u7684\u4ea4\u5f85\u4e0b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1824"}; 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 () { } }); }); }