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=3684&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: 1762265991,
    nonceStr: '8DJSfNH1EbO7Ia9f',
    signature: '90a7112c5ada1d860ebd30ddb67ddb38280cbdc1',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6606\u5c71\u5e02\u8001\u5e74\u75c5\u533b\u9662\uff1a\u9057\u61be\u65e0\u53ef\u907f\u514d\uff0c\u672a\u6765\u66f4\u52a0\u53ef\u671f","smalltext":"\u98ce\u5149\u65e0\u6bd4\u3001\u95f9\u731b\u975e\u51e1\u7684\u201c\u5168\u56fd\u533b\u9662\u4eba\u6587\u8def\u6f14\u5927\u8d5b\u201d\u5728\u6210\u90fd\u843d\u5e55\u5df2\u5341\u4f59\u5929\uff0c\u6210\u90fd\u76db\u4f1a\uff0c\u56e0\u6545\u672a\u8d74\u3002\u6bcf\u6bcf\u60f3\u8d77\uff0c\u56e0\u7f3a\u5e2d\u5e26\u6765\u7684\u9057\u61be\u3001\u5931\u843d\u548c\u96be\u8fc7\u5c31\u4f1a\u6d8c\u8fc7\u6765\u7ea0\u7f20\uff0c\u53ea\u60f3\u5feb\u5feb\u9003\u79bb\u3002\u8fd1\u51e0\u5929\u5206\u4eab\u4e86\u51e0\u4f4d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3684"};
      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 () { 
          }
      });
  });
}