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=4711&classid=11&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: 1743764481, nonceStr: 'DkFFKib3Jpu5bfua', signature: '6d4c3d8fecadd95c3c33e79ff24ec66474365afe', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u5987\u4ea7\u79d1\u533b\u9662-\u987a\u4ea7GO GO GO","smalltext":"\u4e00\u3001\u4ea7\u751f\u80cc\u666f\u5206\u5a29\u4e0e\u598a\u5a20\u662f\u4eba\u7c7b\u7e41\u884d\u540e\u4ee3\u7684\u6b63\u5e38\u751f\u7406\u884c\u4e3a\uff0c\u540c\u65f6\u4e5f\u662f\u5973\u6027\u5168\u751f\u547d\u5468\u671f\u6027\u6210\u719f\u9636\u6bb5\u8f83\u4e3a\u5173\u952e\u6027\u7684\u5e94\u6fc0\u9636\u6bb5\u3002\u968f\u7740\u533b\u7597\u6280\u672f\u7684\u65e5\u76ca\u9769\u65b0\u3001\u4eba\u7c7b\u7269\u8d28\u6c34\u5e73\u9700\u6c42\u7684\u4e0d\u65ad\u63d0\u5347\uff0c\u81ea\u7136\u5206","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4711"}; 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 () { } }); }); }