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=5384&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: 1762134217,
    nonceStr: 'd4I3wk29RUgnQwAU',
    signature: 'd2a0b1a152fbeaa89c7096c6d92d8f4f3357abbb',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u5f00\u5c55\u5e86\u795d\u4e2d\u56fd\u5171\u4ea7\u515a\u6210\u7acb101\u5468\u5e74\u7cfb\u5217\u6d3b\u52a8","smalltext":"\u4eca\u5e74\u662f\u4e2d\u56fd\u5171\u4ea7\u515a\u6210\u7acb101\u5468\u5e74\uff0c\u662f\u515a\u7684\u4e8c\u5341\u5927\u80dc\u5229\u53ec\u5f00\u4e4b\u5e74\uff0c\u4e5f\u662f\u533b\u9662\u52a0\u5feb\u63a8\u8fdb\u9ad8\u8d28\u91cf\u53d1\u5c55\u7684\u91cd\u8981\u4e00\u5e74\uff0c\u4e3a\u8fdb\u4e00\u6b65\u5f15\u5bfc\u5e7f\u5927\u515a\u5458\u5e72\u90e8\u804c\u5de5\u594b\u8fdb\u65b0\u5f81\u7a0b\u3001\u5efa\u529f\u65b0\u65f6\u4ee3\uff0c\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u515a\u59d4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5384"};
      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 () { 
          }
      });
  });
}