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=345&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: 1762223581,
    nonceStr: 'jBLN2kms31bH2arP',
    signature: '8a5bb68b4bab0b8aee745dd8563bec1885e831bd',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u82cf\u7701\u5e38\u5dde\u4e00\u9662\u83b7\u4e2d\u56fd\u535a\u58eb\u540e\u79d1\u5b66\u57fa\u91d1\u7b2c65\u6279\u9762\u4e0a\u4e00\u7b49\u8d44\u52a9\u4e00\u9879","smalltext":"        \u8fd1\u65e5\uff0c\u4e2d\u56fd\u535a\u58eb\u540e\u79d1\u5b66\u57fa\u91d1\u4f1a\u7f51\u7ad9\u516c\u5e03\u300a\u4e2d\u56fd\u535a\u58eb\u540e\u79d1\u5b66\u57fa\u91d1\u7b2c65\u6279\u9762\u4e0a\u8d44\u52a9\u83b7\u8d44\u52a9\u4eba\u5458\u540d\u5355\u300b\uff0c\u82cf\u5dde\u5927\u5b66\u9644\u5c5e\u7b2c\u4e09\u533b\u9662\uff08\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff09\u90d1\u5353\u519b\u559c\u83b7\u57fa\u91d1\u4e00\u7b49\u8d44\u52a9\u3002\u636e\u6089\uff0c\u90d1\u5353","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=345"};
      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 () { 
          }
      });
  });
}