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=4028&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: 1762229932,
    nonceStr: 'sbuS503X3k5z2Ufl',
    signature: 'd8ab0806e61baa41a42440e6875662bf164028bb',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\uff1a\u7279\u7ea6\u95e8\u8bca\u5f00\u5c55\u62a4\u58eb\u4e0e\u8001\u4eba\u7ed3\u5bf9\u5b50\u7684\u201c\u5173\u7231\u8001\u4eba\u6d3b\u52a8\u201d","smalltext":"\u534e\u897f\u533b\u9662\u7279\u7ea6\u95e8\u8bca\u60a3\u8005\u591a\u4e3a\u8001\u5e74\u4eba\uff0c80\u5c81\u4ee5\u4e0a\u60a3\u8005\u7ea6\u536040% \u3002\u4e3a\u8fdb\u4e00\u6b65\u63d0\u5347\u7279\u7ea6\u95e8\u8bca\u62a4\u7406\u670d\u52a1\u54c1\u8d28\uff0c\u62a4\u7406\u4eba\u5458\u968f\u65f6\u5173\u6ce8\u60a3\u8005\u5065\u5eb7\u95ee\u9898\u548c\u5c31\u8bca\u7684\u6bcf\u4e00\u4e2a\u7ec6\u5c0f\u73af\u8282\uff0c\u4ee5\u60a3\u8005\u9700\u6c42\u4e3a\u5bfc\u5411\uff0c\u5168\u65b9\u4f4d\u5173\u7231\u8001\u4eba\uff0c\u4fc3\u8fdb\u8001\u5e74\u4eba\u8eab\u4f53\u5065\u5eb7\uff0c\u63d0\u9ad8\u751f\u6d3b\u8d28\u91cf\uff0c\u5f00\u5c55\u8001\u4eba\u5065\u5eb7\u76f8\u5173\u8c03\u67e5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4028"};
      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 () { 
          }
      });
  });
}