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=4727&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: 1746165097, nonceStr: 'k31QLKP2lGe9aFLT', signature: 'bcb56341e409387473b06d2ac6a7d046484cd738', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u4eba\u6c11\u533b\u9662-\u9aa8\u79d1\u5eb7\u590d\u8bca\u7597\u201c\u5fc3\u201d\u8def\u5f84","smalltext":"\u4e00\u76f4\u4ee5\u6765\uff0c\u4e2d\u56fd\u9aa8\u79d1\u5b66\u754c\u957f\u671f\u5c06\u91cd\u70b9\u4f18\u5148\u653e\u5728\u9aa8\u79d1\u624b\u672f\u6280\u672f\u4e0a\uff0c\u5f80\u5f80\u5ffd\u7565\u5eb7\u590d\u8bad\u7ec3\u5bf9\u60a3\u8005\u6574\u4f53\u6062\u590d\u7684\u91cd\u8981\u6027\u3002\u800c\u6587\u732e\u8868\u660e\uff0c\u670956\uff05\u4ee5\u4e0a\u7684\u8001\u5e74\u9acb\u90e8\u9aa8\u6298\u60a3\u8005\uff0c\u672f\u540e\u4ecd\u7136\u5b58\u5728\u6301\u7eed\u6027\u7684\u529f\u80fd\u969c\u788d\uff0c\u4f1a\u51fa","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4727"}; 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 () { } }); }); }