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=392&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: 1714889241, nonceStr: 'IIZm2eyGBF66ANT6', signature: '99e623662c8508544946286c66876290069dd579', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u4ec1\u533b\u9662\uff1a\u533b\u751f\u8ddf\u8e2a\u75c5\u60c52\u5e74\u534a \u80bf\u7624\u60a3\u8005\u9001\u9526\u65d7\u8868\u8c22\u610f","smalltext":" \u201c\u6211\u7279\u610f\u9009\u5728\u4eca\u5929\u8fd9\u4e2a\u65e5\u5b50\uff0c\u628a\u9526\u65d7\u9001\u5230\u5218\u533b\u751f\u624b\u4e0a\uff0c\u611f\u8c22\u4ed6\u8fd9\u51e0\u5e74\u5bf9\u6211\u7684\u5173\u5fc3\uff01\u201d5\u670820\u65e5\uff0c\u4e00\u540d\u80bf\u7624\u60a3\u8005\u6765\u5230\u6b66\u6c49\u5e02\u666e\u4ec1\u533b\u9662\uff0c\u5c06\u4e00\u9762\u9526\u65d7\u9001\u7ed9\u80bf\u7624\u79d1\u7684\u5218\u5029\u533b\u751f\uff0c\u611f\u8c22\u533b\u751f\u8ddf\u8e2a\u5979\u75c5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=392"}; 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 () { } }); }); }