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=5111&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: 1716050505, nonceStr: 'xRi0Cx4ckkBckoMm', signature: 'cee9f5076a9ae0c07807e87bcadd173677e13df3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662:\u5b64\u5be1\u8001\u4eba\u4e0d\u5b64\u5355","smalltext":"\u5916\u9762\u51ac\u65e5\u5bd2\u98ce\u51db\u51bd\uff0c\u6566\u5316\u5e02\u533b\u9662\u795e\u7ecf\u5185\u79d1\u7597\u533a\u62a4\u60a3\u4e4b\u95f4\u5374\u5904\u5904\u6d0b\u6ea2\u7740\u6e29\u6696\uff0c\u8ba9\u5b64\u5be1\u8001\u4eba\u4e0d\u518d\u5b64\u5355\uff01 \u6545\u4e8b\u8d77\u81ea\u8fd9\u6837\u7b80\u5355\u7684\u51e0\u53e5\u5bf9\u8bdd\u2014\u2014\u201c\u7237\u7237\uff0c\u60a8\u4eca\u5929\u52a0\u4e86\u4e00\u74f6\u836f\u3002\u201d\u201c\u62a4\u58eb\uff0c\u6211\u80c3\u75bc\u7684\u5389\u5bb3\uff0c\u7ed9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5111"}; 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 () { } }); }); }