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=3727&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: 1762243461,
    nonceStr: 'LAyujYdhslaaAnsb',
    signature: 'a0edc66c75386ed65b69cf67b601c7300c97fd1b',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u60a3\u8005\u4eec\u90fd\u8bf4\u8981\u7ed9\u4ed6\u4eec\u53d1\u4e00\u5f20\u201c\u656c\u4e1a\u798f\u201d","smalltext":"\u4eca\u5e74\u4e2d\u79cb\u8282\u7684\u665a\u4e0a\uff0c\u6566\u5316\u5e02\u533b\u9662\u900f\u6790\u79d1\u60a3\u8005\u6f58\u53d4\u53d4\u7ed9\u5f53\u665a\u503c\u591c\u73ed\u7684\u5de5\u4f5c\u4eba\u5458\u4e70\u6765\u4e86\u4e00\u4e2a\u5927\u897f\u74dc\uff0c\u65e0\u8bba\u533b\u62a4\u4eba\u5458\u600e\u4e48\u62d2\u7edd\u4ed6\u90fd\u4e0d\u80af\u5e26\u8d70\uff0c\u6267\u610f\u8bf4\u8fc7\u8282\u503c\u73ed\u4eba\u5458\u592a\u8f9b\u82e6\uff0c\u4e00\u5b9a\u8981\u8ba9\u4ed6\u8868\u8fbe\u81ea\u5df1\u7684\u5fc3\u610f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3727"};
      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 () { 
          }
      });
  });
}