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=5215&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: 1743764441, nonceStr: '4LJMk2ZzNCzQMUt7', signature: 'b5079ccbcda9f7d42a6a1db10a78cc23d168f70c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u53ec\u5f00\u4e13\u9898\u4f1a\uff0c\u6539\u9769\u521b\u65b0\u8c0b\u53d1\u5c55","smalltext":"\u8fd1\u65e5\uff0c\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\u5728\u534e\u90a6\u4f1a\u8bae\u4e2d\u5fc3\u53ec\u5f00\u4e862021\u5e74\u603b\u7ed3\u8868\u5f70\u66a82022\u5e74\u5de5\u4f5c\u90e8\u7f72\u5927\u4f1a\u3001\u7b2c\u516b\u5c4a\u79d1\u6559\u5927\u4f1a\u3001\u515a\u98ce\u5ec9\u653f\u5efa\u8bbe\u5927\u4f1a\u3001\u201c\u670d\u52a1\u80fd\u529b\u63d0\u5347\u5e74\u201d\u6d3b\u52a8\u52a8\u5458\u5927\u4f1a\u3002\u9662\u7ea7\u9886\u5bfc\u3001\u4e34\u5e8a\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5215"}; 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 () { } }); }); }