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=3696&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: 1762266003,
    nonceStr: 'W15hWkbuSxiVFHez',
    signature: '4811e8f1c17487b61b2de2dae954f5191ea0b098',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e0b\u6c89\u793e\u533a\u592b\u59bb\u6863 \u670d\u52a1\u7fa4\u4f17\u663e\u62c5\u5f53","smalltext":"  \u6bdb\u9ad8\u5ce1\u548c\u674e\u60e0\u662f\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u4e00\u5bf9\u5bb6\u6709\u4e24\u4e2a\u5a03\u5a03\u7684\u666e\u901a\u515a\u5458\u592b\u59bb\u3002\u5728\u63a5\u5230\u515a\u5458\u4e0b\u6c89\u793e\u533a\u7684\u901a\u77e5\u540e\uff0c\u4ed6\u4eec\u54cd\u5e94\u7ec4\u7ec7\u53f7\u53ec\uff0c\u4e0b\u6c89\u793e\u533a\uff0c\u503e\u60c5\u5949\u732e\uff0c\u505a\u5c45\u6c11\u6700\u9700\u8981\u7684\u201c\u90a3\u5757\u7816\u201d\u3002\u6bdb\u9ad8\u5ce1\u4e4b\u524d\u662f\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3696"};
      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 () { 
          }
      });
  });
}