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=5097&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: 1716113793, nonceStr: 'MvbdX18b18jgDITG', signature: '584944310a56e45c1cc7094f598a38f0ca54bfb3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u53ea\u8981\u4f60\u4eec\u5065\u5eb7\u5e73\u5b89\uff0c\u4e00\u5207\u90fd\u662f\u503c\u5f97\u7684\uff01","smalltext":"\u201c\u611f\u8c22\u8fd9\u6bb5\u7279\u6b8a\u65f6\u671f\u5404\u4f4d\u533b\u62a4\u7684\u966a\u4f34\u4e0e\u5173\u6ce8\uff0c\u5c0f\u5b9d\u5b9d\u4e00\u51fa\u751f\u5c31\u6709\u4e86\u4e0d\u4e00\u6837\u7684\u4eba\u751f\u7ecf\u5386\u5462\uff01\u201d12\u67086\u65e5\u4e0b\u5348\uff0c\u674e\u5973\u58eb\u62b1\u7740\u521a\u51fa\u751f5\u5929\u7684\u5fc3\u809d\u5b9d\u8d1d\u4e0e\u533b\u62a4\u4eba\u5458\u7559\u4e0b\u4e86\u4e00\u5f20\u73cd\u8d35\u7684\u5408\u5f71\uff0c\u968f\u540e\u5728\u5bb6\u4eba\u7684\u966a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5097"}; 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 () { } }); }); }