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=161&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: 1744324396, nonceStr: 'G01tytXV5F4OX6Cy', signature: '654c265fe09c282c6a9160bceed99ac065e74ec7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u53d1\u6325\u7fa4\u661f\u96c6\u805a\u6548\u5e94 \u5f15\u9886\u4eba\u6587\u7cbe\u795e\u56de\u5f52","smalltext":"\u8fd1\u5e74\u6765\uff0c\u6b66\u6c49\u5e02\u4e2d\u5fc3\u533b\u9662\u515a\u59d4\u56f4\u7ed5\u5b9e\u73b0\u201c\u4e2d\u56fd\u68a6\u201d\u8fd9\u4e00\u5b8f\u4f1f\u76ee\u6807\uff0c\u4f20\u627f\u767e\u5e74\u540d\u9662\u201c\u5c1a\u5fb7\u3001\u7cbe\u533b\u3001\u535a\u5b66\u3001\u7b03\u884c\u201d\u7684\u533b\u9662\u7cbe\u795e\uff0c\u5927\u529b\u63a8\u8fdb\u533b\u9662\u6587\u5316\u5efa\u8bbe\uff0c\u52aa\u529b\u57f9\u690d\u201c\u4ec1\u672f\u767e\u5e74\u3001\u7cbe\u8bda\u81f3\u5584\u201d\u7684\u533b\u9662\u6838","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=161"}; 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 () { } }); }); }