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=4129&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: 1745056177, nonceStr: 'wvSK8JYW7MUl07RC', signature: 'c12693aeea7b2b29741d3c3f7c673fa07515c00d', 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\uff1a\u8df5\u884c\u96f7\u950b\u7cbe\u795e\uff0c\u4e3a\u6c11\u548c\u793e\u533a\u5c45\u6c11\u4e49\u8bca","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u5f18\u626c\u96f7\u950b\u7cbe\u795e\uff0c\u66f4\u597d\u5730\u4e3a\u767e\u59d3\u5065\u5eb7\u670d\u52a1\u30023\u67085\u65e5\u4e0a\u5348\uff0c\u6566\u5316\u5e02\u533b\u9662\u643a\u624b\u5f53\u5730\u5fd7\u613f\u8005\u534f\u4f1a\u4e3a\u6c11\u548c\u793e\u533a\u5c45\u6c11\u8fdb\u884c\u4e49\u8bca\uff0c\u901a\u8fc7\u514d\u8d39\u4e49\u8bca\u7684\u5f62\u5f0f\uff0c\u5c06\u5065\u5eb7\u9001\u5230\u767e\u59d3\u8eab\u8fb9\u3002 \u672c\u6b21\u53c2\u52a0\u4e49\u8bca\u7684\u4e13\u5bb6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4129"}; 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 () { } }); }); }