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=3491&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: 1726881016, nonceStr: 'fqH8ELnyFe5Sn1r0', signature: '7ddbb5069f01a26bff238e6ef360c42eb4e9bc1d', 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\u4e2d\u533b\u9662\uff1a\u5f18\u626c\u4f20\u7edf\u6587\u5316\uff0c\u533b\u751f\u524d\u5f80\u957f\u767d\u5c71\u8001\u5e74\u516c\u5bd3\u9001\u7231\u5fc3","smalltext":"\u8fd1\u5e74\u6765\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u515a\u59d4\u9ad8\u5ea6\u91cd\u89c6\u5728\u804c\u5de5\u4e2d\u4f20\u627f\u4f20\u7edf\u6587\u5316\u6559\u80b2\uff0c\u4e3a\u5c06\u5b66\u4f20\u7edf\u8df5\u4f20\u7edf\u53d1\u626c\u5149\u5927\uff0c\u5c0a\u8001\u656c\u8001\u7231\u8001\u52a9\u8001\u66f4\u662f\u4e2d\u534e\u6c11\u65cf\u7684\u4f20\u7edf\u7f8e\u5fb7\uff0c7\u670814\u65e5\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u533b\u6559\u79d1\u5b59\u56fd\u6ee8\u5e26\u9886\u8111\u75c5\u79d1\u533b\u751f\u8d75\u7acb\u4e1c\u3001\u4efb\u827a\u5230\u957f\u767d\u5c71\u8001\u5e74\u516c\u5bd3\u5f00\u5c55\u4e49\u8bca\u79d1\u666e\u6d3b\u52a8\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3491"}; 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 () { } }); }); }