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=5093&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: 1762233732,
    nonceStr: 'KlGrkoNs1Fb7Snqf',
    signature: 'd1818cbc01db355b723fbcac1f5e96d6de76eb90',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u6210\u529f\u664b\u7ea7\u201c\u4e09\u7532\u201d","smalltext":"\u767e\u5c3a\u7aff\u5934\u5919\u613f\u5f97\u507f2021\u5e7411\u670830\u65e5\uff0c\u7ecf\u8fc7\u4e86\u7f51\u7edc\u8bc4\u5ba1\u3001\u73b0\u573a\u590d\u6838\u3001\u516c\u793a\u7b49\u73af\u8282\uff0c\u5e7f\u4e1c\u7701\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u6b63\u5f0f\u4e0b\u53d1\u901a\u77e5\uff0c\u8ba4\u5b9a\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u4e3a\u4e09\u7ea7\u7532\u7b49\u5987\u5e7c\u4fdd\u5065\u9662\u30022021\u5e74\u4e5f\u6210\u4e3a\u97f6\u5173\u5e02\u5987","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5093"};
      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 () { 
          }
      });
  });
}