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=2454&classid=12&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: 1716069001, nonceStr: 'ebgVb82Qe8N6z6wx', signature: 'ab8a8ade5de5597f873a179c48569e02c9957d72', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90d1\u5dde\u4e2d\u533b\u9aa8\u4f24\u75c5\u533b\u9662\u7f57\u4e39\uff1a\u4fdd\u6301\u533b\u8005\u4ec1\u5fc3","smalltext":"\u7f57\u4e39,\u5973\uff0c37\u5c81\uff0c\u9aa8\u574f\u6b7b\u4e2d\u5fc3\u4e3b\u4efb\u3002\u5168\u56fd\u4e2d\u533b\u4e34\u5e8a\u7279\u8272\u6280\u672f\u4f20\u627f\u9aa8\u5e72\u4eba\u624d,\u4e2d\u534e\u4e2d\u533b\u836f\u5b66\u4f1a\u9752\u5e74\u59d4\u5458,\u4e2d\u56fd\u4e2d\u533b\u836f\u7814\u7a76\u4fc3\u8fdb\u4f1a\u9aa8\u4f24\u79d1\u5206\u4f1a\u59d4\u5458,\u6cb3\u5357\u7701\u4e2d\u897f\u533b\u7ed3\u5408\u5b66\u4f1a\u9aa8\u574f\u6b7b\u4e13\u4e1a\u59d4\u5458\u4f1a\u5e38\u52a1\u59d4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2454"}; 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 () { } }); }); }