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=3106&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: 1745150645, nonceStr: 'eJcT0z7WWbiPRS7o', signature: '453332999cfd5aa9f022fe6b9239b37b9ac52a30', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4f60\u5b88\u4e00\u65b9\u767e\u59d3\u5e73\u5b89 \u6211\u62a4\u4f60\u5065\u5eb7\u65e0\u6059","smalltext":"\u201c\u611f\u8c22\u4f60\u4eec\u9aa8\u4e00\u79d1\u533b\u62a4\u7684\u7cbe\u5fc3\u533b\u6cbb\uff0c\u8ba9\u6211\u7684\u817f\u80fd\u4ece\u65b0\u7ad9\u8d77\u6765\u884c\u8d70\u81ea\u5982\uff0c\u6211\u53c8\u53ef\u4ee5\u5168\u5fc3\u5168\u610f\u6295\u5165\u5230\u6211\u7684\u5de5\u4f5c\u4e2d\uff0c\u66f4\u597d\u5730\u4e3a\u4eba\u6c11\u670d\u52a1\u4e86\uff01\u201d4\u670813\u65e5\u5bb6\u4f4f\u5e94\u57ce\u5e02\u57ce\u5317\u529e\u4e8b\u5904\u6768\u7548\u6751\u7684\u6751\u5e72\u8096\u4e66\u8bb0\u7279\u610f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3106"}; 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 () { } }); }); }