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=6671&classid=14&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: 1716507845, nonceStr: 'D4WxkgFfpZOyn6g0', signature: '80a6d554d116c04a3d6380e4b15b71f1842d9537', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4f7f\u547d","smalltext":"28\u5c81\u5e74\u8f7b\u5e05\u6c14\u7684\u56db\u5ddd\u5c0f\u4f19\u521a\u529e\u5b8c\u5a5a\u793c\uff0c\u5c31\u63a5\u5230\u4e86\u8d74\u6e56\u5357\u7701\u68ee\u6797\u706b\u707e\u6551\u63f4\u7684\u4efb\u52a1\uff0c\u4ed6\u6574\u88c5\u5f85\u53d1\uff0c\u5343\u91cc\u9a70\u63f4\u3002\u53ef\u8c01\u66fe\u60f3\u5728\u8fd9\u6b21\u6551\u63f4\u4e2d\uff0c\u6709\u7684\u6218\u53cb\u628a\u751f\u547d\u7559\u5728\u4e86\u8fd9\u7247\u4e3a\u4e4b\u594b\u6597\u7684\u70ed\u571f\uff0c\u4ed6\u4e5f\u53d7\u5230\u4e86\u4e25\u91cd\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6671"}; 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 () { } }); }); }