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=3634&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: 1762265993,
    nonceStr: 'oWhRN4k6V7c3MT3i',
    signature: '68cf4f68fa5683190cbb3278e5f245b2e2a5d246',
    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\u52a9\u529b\u5b69\u5b50\u5065\u5eb7\u6210\u957f\u2014\u2014\u82cf\u5dde\u9ad8\u65b0\u533a\u4e3e\u884c \u201c\u5168\u56fd\u6b8b\u75be\u9884\u9632\u65e5\u201d\u6d3b\u52a8","smalltext":"8\u670825\u65e5\u662f\u7b2c\u56db\u4e2a\u201c\u5168\u56fd\u6b8b\u75be\u9884\u9632\u65e5\u201d\uff0c\u4eca\u5e74\u7684\u4e3b\u9898\u4e3a\u201c\u6b8b\u75be\u9884\u9632\uff0c\u4ece\u513f\u7ae5\u65e9\u671f\u5e72\u9884\u505a\u8d77\u201d\u3002\u82cf\u5dde\u9ad8\u65b0\u533a\u6b8b\u75be\u4eba\u8054\u5408\u4f1a\u8054\u5408\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u4e3e\u529e\u4e86\u591a\u573a\u5185\u6db5\u4e30\u5bcc\u3001\u5f62\u5f0f\u591a\u6837\u7684\u4e3b\u9898\u6d3b\u52a8\u3002\u5728","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3634"};
      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 () { 
          }
      });
  });
}