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=3076&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: 1747101271, nonceStr: 'bZ17mRH0ynMIiuuT', signature: '89952c3aaaccd8a938f20c5c269d633f6d88af45', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5371\u6025\u65f6\u523b\uff0c\u6551\u5728\u8eab\u8fb9","smalltext":" 22\u65e5\u4e0b\u5348\uff0c\u6e56\u5357\u7701\u79d1\u6280\u65b0\u95fb\u5b66\u4f1a\u548c\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u4e3e\u884c\u201c\u4ece\u73b0\u573a\u6551\u62a4\u7b2c\u4e00\u76ee\u51fb\u8005\u884c\u52a8\u770b\u533b\u7597\u79d1\u6280\u65b0\u95fb\u7684\u4f20\u64ad\u4e0e\u5f71\u54cd\u201d\u5a92\u4f53\u7814\u8ba8\u4f1a\uff0c\u4e0e\u4f1a\u4eba\u5458\u73b0\u573a\u8fdb\u884c\u5fc3\u80ba\u590d\u82cf\u6025\u6551\u5b66\u4e60\u3002\u901a\u8baf\u5458 \u4f9b\u56fe","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3076"}; 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 () { } }); }); }