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=4208&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: 1762229431,
    nonceStr: '8ZyZnCvOabiECBmy',
    signature: '31f9635d67818dbae525969286fed546a05ea0f3',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e00\u7bad\u53cc\u96d5\uff0c\u8179\u8154\u955c\u624b\u672f\u4e00\u6b21\u6cbb\u4fe9\u75c5","smalltext":"\u8fd1\u65e5\uff0c\u6211\u9662\u666e\u5916\u79d1\u4e00\u75c5\u623f\u901a\u8fc7\u8179\u8154\u955c\u624b\u672f\uff0c\u4e00\u6b21\u6027\u89e3\u51b3\u60a3\u8005\u7684\u4e24\u6837\u75c5\u75c7\uff0c\u771f\u6b63\u8d77\u5230\u4e86\u4e8b\u534a\u529f\u500d\u7684\u4f5c\u7528\u3002\u907f\u514d\u60a3\u8005\u4e8c\u6b21\u5f00\u5200\uff0c\u65e2\u51cf\u8f7b\u4e86\u75db\u82e6\uff0c\u53c8\u8282\u7701\u4e86\u6cbb\u7597\u8d39\u7528\u3002 2\u670827\u65e5\uff0c\u4e00\u540d60\u5c81\u7537\u6027\u759d\u6c14\u60a3\u8005\u6765","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4208"};
      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 () { 
          }
      });
  });
}