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=3635&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: 1762265908,
    nonceStr: 'judS1OwKmVRyBFif',
    signature: 'ed97617222174e25820bfade370a256824704129',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u63a5\u79cd\u6d41\u611f\u75ab\u82d7  \u52a9\u529b\u8fd4\u6821\u5165\u5b66","smalltext":"\u201c\u968f\u7740\u79cb\u51ac\u5b63\u8282\u7684\u4e34\u8fd1\uff0c\u53d7\u4eca\u5e74\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u7684\u5f71\u54cd\uff0c\u6211\u56fd\u6216\u5c06\u8fce\u6765\u6d41\u611f\u2014\u2014\u65b0\u51a0\u75c5\u6bd2\u2018\u53cc\u6d41\u884c\u2019\u7684\u4e25\u5cfb\u5f62\u52bf\u3002\u201d\u5bf9\u6b64\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u6839\u636e\u56fd\u5bb6\u536b\u5065\u59d4\u300a\u5173\u4e8e\u7edf\u7b79\u505a\u597d\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3635"};
      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 () { 
          }
      });
  });
}