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=3871&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: 1762249394,
    nonceStr: '5oqC1YuJXzl3sXx7',
    signature: 'bd99077f68333c8e4813d2a2275fa15bba55143e',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u533b\u793e\u7d27\u5bc6\u8054\u52a8 \u516b\u65ec\u8001\u4f2f\u96be\u6108\u4f24\u53e3\u7ec8\u6108\u5408","smalltext":"\u201c\u4e00\u5e74\u534a\u4e86\uff0c\u6ca1\u60f3\u5230\u6211\u8fd9\u53ea\u574f\u811a\u7ec8\u4e8e\u597d\u4e86\uff01\u201d 83\u5c81\u7684\u90c1\u8001\u4f2f\u6fc0\u52a8\u7684\u5bf9\u4f24\u53e3\u62a4\u7406\u4eba\u5458\u8bf4\u9053\uff0c\u8bdd\u8bed\u95f4\u8001\u4eba\u5bb6\u9732\u51fa\u4e86\u4e45\u8fdd\u7684\u7b11\u5bb9\uff0c\u5e76\u518d\u4e09\u8868\u793a\u611f\u8c22\u3002\u4e3a\u5b9e\u73b0\u4f18\u8d28\u62a4\u7406\u8d44\u6e90\u4e0b\u6c89, \u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u4f24\u53e3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3871"};
      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 () { 
          }
      });
  });
}