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=2482&classid=12&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: 1761914844,
    nonceStr: 'l0Tu1qOpOcacSyOE',
    signature: '964a810dd6e5be719f2dc3c8689ea1845df57c6e',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u9038\u592b\u533b\u9662\u8463\u73b2\uff1a\u5c06\u5065\u5eb7\u670d\u52a1\u878d\u5165\u6587\u5316","smalltext":"\u5357\u4eac\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u9038\u592b\u533b\u9662\u7cfb\u6c5f\u82cf\u7701\u536b\u5065\u59d4\u76f4\u7ba1\u516c\u7acb\u4e09\u7ea7\u533b\u9662\uff0c\u8463\u73b2\u4e3a\u5357\u4eac\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u9038\u592b\u533b\u9662\u6587\u5316\u5efa\u8bbe\u4e0e\u53d1\u5c55\u90e8\u4e3b\u4efb\u3002\u672c\u4eba\u5e26\u9886\u533b\u9662\u6587\u5316\u5efa\u8bbe\u56e2\u961f\uff0c\u7d27\u7d27\u56f4\u7ed5\u793e\u4f1a\u4e3b\u4e49\u6838\u5fc3\u4ef7\u503c\u89c2\u4f53\u7cfb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2482"};
      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 () { 
          }
      });
  });
}