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=2653&classid=13&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: 1761901396,
    nonceStr: 't8HUPd20U7vXkJUA',
    signature: '6f461f05bc0aa853b06169e058ff7857f34b659f',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u533b\u7597\u5217\u8f66\u5954\u9a70\u5728\u5065\u5eb7\u4e2d\u56fd\u5927\u9053\u4e0a","smalltext":"\u4e3a\u54cd\u5e94\u56fd\u5bb6\u536b\u751f\u8ba1\u751f\u59d4\u8fdb\u4e00\u6b65\u6539\u5584\u533b\u7597\u670d\u52a1\u884c\u52a8\u8ba1\u5212\uff0c2015\u5e749\u6708\uff0c\u6210\u90fd\u5927\u5b66\u9644\u5c5e\u533b\u9662\u4e0e\u4e2d\u56fd\u94c1\u8def\u6210\u90fd\u5c40\u96c6\u56e2\u6709\u9650\u516c\u53f8\u8054\u5408\u5f00\u884c\u4e86\u5168\u56fd\u9996\u5217\u201c\u533b\u7597\u5217\u8f66\u201d\u3002\u6253\u9020\u79fb\u52a8\u4e09\u7532\u533b\u9662\uff0c\u521b\u65b0\u533b\u7597\u670d\u52a1","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2653"};
      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 () { 
          }
      });
  });
}