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=3958&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: 1762265500,
    nonceStr: 'B7Csjpah01wUwAED',
    signature: 'a8afcd5b171a080e9fe3dfab6384f6e1f7ac9acb',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u6c11\u56fd\u65f6\u671f\u7684\u4e00\u5f20\u95e8\u8bca\u5238\u94a9\u6c89","smalltext":"\u8fd1\u65e5\uff0c\u770b\u5230\u5a01\u6d77\u6536\u85cf\u5bb6\u7a0b\u6625\u6ce2\u5148\u751f\u63d0\u4f9b\u7684\u4e00\u5f20\u300a\u5a01\u6d77\u536b\u516c\u7acb\u533b\u9662\u95e8\u8bca\u5238\u300b\u7167\u7247\uff08\u4ee5\u4e0b\u7b80\u79f0\u300a\u95e8\u8bca\u5238\u300b\uff09\uff0c\u4ed4\u7ec6\u7814\u7a76\u8be5\u300a\u95e8\u8bca\u5238\u300b\uff0c\u6216\u53ef\u5bf9\u5a01\u6d77\u5386\u53f2\u4e0a\u7684\u533b\u7597\u8d39\u7528\u6709\u66f4\u771f\u5207\u7684\u4e86\u89e3\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3958"};
      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 () { 
          }
      });
  });
}