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=4677&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: 1762233499,
    nonceStr: 'IUgK4WR7LBjXSekn',
    signature: '506907dea512bbeb1dc89d0bf982b4e00e79c6e4',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u201c\u62ab\u661f\u6234\u6708\u201d\u7684\u68c0\u9a8c\u4eba","smalltext":"\u6838\u9178\u68c0\u6d4b\u662f\u5927\u5bb6\u90fd\u5173\u6ce8\u7684\u95ee\u9898\uff0c\u62a4\u58eb\u91c7\u6837\u6536\u96c6\u597d\u6807\u672c\uff0c\u5230\u51fa\u5177\u6838\u9178\u68c0\u6d4b\u62a5\u544a\uff0c\u8fd9\u4e2d\u95f4\u7684\u51e0\u4e2a\u5c0f\u65f6\uff0c\u5e55\u540e\u6240\u505a\u7684\u5de5\u4f5c\u662f\u5927\u5bb6\u6240\u770b\u4e0d\u5230\uff0c\u4eca\u5929\u5c31\u8ba9\u6211\u4eec\u8d70\u8fd1\u68c0\u9a8c\u79d1\uff0c\u770b\u770b\u8fd9\u80cc\u540e\u7684\u90fd\u6709\u54ea\u4e9b\u6545\u4e8b\u3002\u201c\u53ef\u4ee5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4677"};
      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 () { 
          }
      });
  });
}