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=2377&classid=10&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: 1716238712, nonceStr: 'ubP4YJ5qJ9Ak6sY0', signature: '2b9ac25610ec7d077227845f34924919ef138de4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e2d\u5357\u5e02\u7b2c\u4e8c\u533b\u9662\uff1a\u5171\u5706\u5065\u5eb7\u68a6","smalltext":"\u6e2d\u5357\u5e02\u7b2c\u4e8c\u533b\u9662\u662f\u4e00\u6240\u5177\u6709\u5149\u8363\u4f20\u7edf\u548c\u60a0\u4e45\u5386\u53f2\u7684\u4e8c\u7ea7\u7532\u7b49\u7efc\u5408\u533b\u9662\uff0c\u7b2c\u4e8c\u540d\u79f0\u4e3a\u6e2d\u5357\u5e02\u773c\u79d1\u533b\u9662\uff0c\u5e76\u52a0\u6302\u201c\u6e2d\u5357\u5e02\u6d88\u5316\u75c5\u533b\u9662\u201d\u540d\u79f0\uff0c\u662f\u897f\u5b89\u533b\u5b66\u9662\u3001\u6e2d\u5357\u5e02\u804c\u4e1a\u6280\u672f\u5b66\u9662\u4e34\u5e8a\u6559\u5b66\u533b\u9662\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2377"}; 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 () { } }); }); }