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=4765&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: 1761867625,
    nonceStr: 'CdfWlw22N5GUzozI',
    signature: 'fadd3e78de36c22d44523b91a863b27cf243b0f8',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u9f13\u697c\u533b\u9662-\u5531\u54cd\u5065\u5eb7\u4e2d\u56fd\uff0c\u62a4\u822a\u9f13\u533b\u5fc3\u7406","smalltext":"\u5458\u5de5\u63f4\u52a9\u8ba1\u5212\uff08EAP\uff09\u662f\u9f13\u697c\u533b\u9662\u62a4\u7406\u56e2\u961f\u7684\u4e00\u5927\u7279\u8272\u9879\u76ee\uff0c\u4e5f\u662f\u5168\u56fd\u9996\u6279\u5b9e\u65bd\u7684\u62a4\u7406\u56e2\u961f\u4e4b\u4e00\u3002\u8be5\u9879\u76ee\u5b9e\u65bd\u5185\u5916\u7ed3\u5408\u7684\u6df7\u5408\u8fd0\u884c\u6a21\u5f0f\uff0c\u501f\u529b\u5a01\u9ad8\u96c6\u56e2\u7684\u652f\u6301\u548c\u533b\u9662\u8d22\u529b\u3001\u7269\u529b\u3001\u4eba\u529b\u7684\u914d\u5907\uff0c\u6784","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4765"};
      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 () { 
          }
      });
  });
}