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=2694&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: 1714947707, nonceStr: '7VbbUruvYDSsMiQj', signature: 'f36f76dc642091e01b04dd8f9b3d162f60c729c7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u9752\u8015\u98ce\u821e \u5b88\u6211\u6545\u571f","smalltext":" \u6709\u9e1f\u7109\uff0c\u5176\u72b6\u5982\u9e4a\uff0c\u9752\u8eab\u767d\u5599\uff0c\u767d\u76ee\u767d\u5c3e\uff0c\u540d\u66f0\u9752\u8015\uff0c\u53ef\u6240\u5fa1\u75ab\uff0c\u5176\u9e23\u81ea\u53eb\u3002\u2014\u2014\u300a\u5c71\u6d77\u7ecf\u300b \u5e9a\u5b50\u5b5f\u6625\uff0c\u5929\u884c\u65f6\u75ab\uff0c\u8346\u695a\u8499\u96be\uff0c\u534e\u590f\u7f79\u5fe7\u3002\u540c\u88f3\u5055\u884c\uff0c\u5171\u8d74\u6c5f\u6c49\uff0c\u9752\u8015\u98ce\u821e\uff0c\u5b88\u6211\u6545\u571f\u3002\u4e07\u5343\u767d\u8863\u51fa\u4e61\u5173","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2694"}; 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 () { } }); }); }