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=4056&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: 1762228928,
    nonceStr: 'XC7qTTWK2FZ98PVW',
    signature: 'fefd4efcee895db9be33cb56f60e198ddb5b41b4',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u7559\u82cf\u8fc7\u5e74\u4e03\u5929\u4e50\uff0c\u533b\u52a1\u4eba\u5458\u5b89\u5fc3\u5f00\u5fc3\u6696\u5fc3","smalltext":"\u8ba9\u5916\u5730\u7559\u82cf\u8fc7\u5e74\u7684\u804c\u5de5\u611f\u53d7\u5230\u5bb6\u7684\u6e29\u6696\uff0c2\u670817\u65e5\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u201c\u7559\u82cf\u8fc7\u5e74\u4e03\u5929\u4e50\u201d\u7cfb\u5217\u6d3b\u52a8\u5706\u6ee1\u843d\u5e55\uff0c\u4ece\u9664\u5915\u5230\u6b63\u6708\u521d\u516d\u76847\u5929\u65f6\u95f4\u91cc\uff0c\u5171\u5f00\u5c55\u6587\u5316\u5b66\u4e60\u3001\u8fd0\u52a8\u7ade\u6280\u3001\u4f11\u95f2\u5a31\u4e50\u7b49\u591a\u7c7b\u578b\u6d3b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4056"};
      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 () { 
          }
      });
  });
}