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=3996&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: 1762229438,
    nonceStr: '3PxcXVlNBhd5FBW6',
    signature: '94b83b05590e6afae4c1ef549937eea931a2c2a9',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u751c\u871c\u7684\u4e00\u70b9\u7ea2","smalltext":"\u751f\u6d3b\u5c31\u662f\u4e00\u9762\u955c\u5b50\uff0c\u4eba\u548c\u4eba\u4e4b\u95f4\u7684\u76f8\u5904\u4e5f\u5982\u540c\u4e00\u9762\u955c\u5b50\uff0c\u4f60\u82e5\u4ee5\u5584\u76f8\u5f85\uff0c\u603b\u4f1a\u6709\u6696\u8fd8\u4e4b\u3002\u5728\u533b\u9662\u8fd9\u4e2a\u5730\u65b9\uff0c\u662f\u51b0\u51b7\u7684\u767d\u8272\uff0c\u767d\u8272\u7684\u8d70\u5eca\uff0c\u767d\u8272\u7684\u5de5\u4f5c\u88c5\uff0c\u751f\u547d\u7684\u7ec8\u70b9\u4e5f\u662f\u767d\u8272\uff0c\u5c0f\u670b\u53cb\u90fd\u77e5\u9053\uff0c\u62a4\u58eb\u963f\u59e8\u662f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3996"};
      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 () { 
          }
      });
  });
}