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=5059&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: 1761947553,
    nonceStr: '9Zco4PGkAPFufqSD',
    signature: '6f8ea24081c749c24e6c2ed46ea10b8e16975a68',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u5987\u5973\u88ab\u6ce5\u8292\u9c7c\u9c7c\u9ccd\u523a\u4e2d\u53f3\u624b\u5927\u62c7\u6307\u201c\u65e0\u6cd5\u81ea\u62d4\u201d","smalltext":"11\u670817\u65e5\u665a7\u65f6\u8bb8\uff0c\u5317\u6d77\u4e00\u5987\u5973\u5728\u5bb6\u4e2d\u6740\u6ce5\u8292\u9c7c\u65f6\u4e0d\u5c0f\u5fc3\uff0c\u5c16\u5229\u7684\u9c7c\u9ccd\u523a\u8fdb\u4e86\u5979\u53f3\u624b\u5927\u62c7\u6307\uff0c\u81ea\u884c\u5c1d\u8bd5\u53d6\u51fa\u672a\u679c\uff0c\u75db\u7684\u5389\u5bb3\u4e0d\u6562\u7ee7\u7eed\u518d\u62d4\uff0c\u9042\u5230\u9644\u8fd1\u533b\u9662\u5c31\u8bca\uff0c\u533b\u751f\u89c1\u72b6\u4e5f\u5904\u7406\u4e0d\u4e86\uff0c\u5efa\u8bae\u5979\u53bb\u5317\u6d77\u5e02","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5059"};
      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 () { 
          }
      });
  });
}