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=6823&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: 1762233155,
    nonceStr: '6qlpOgkNaJywYLAb',
    signature: '7dbebc8ea03f67f0e336ae27fdbb17133b34d01e',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a30\u591a\u901a\u7535\u8bdd\uff0c\u5c31\u4e3a\u4e86\u627e\u52302600\u5143\u73b0\u91d1\u7684\u4e3b\u4eba","smalltext":"11\u67084\u65e5\u4e0a\u534810\u65f6\u5de6\u53f3\uff0c\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u5f71\u50cf\u4e2d\u5fc3\u62a4\u58eb\u5f90\u6dfc\u5728\u7559\u89c2\u5ba4\u6361\u5230\u4e862600\u5143\u73b0\u91d1\u3002\u201c\u5f53\u65f6\u6211\u6b63\u5728\u5de1\u89c6\u75c5\u4eba\uff0c\u7a81\u7136\u53d1\u73b0\u5730\u9762\u4e0a\u6709\u4e2a\u5851\u6599\u888b\uff0c\u6211\u8fd8\u5f53\u662f\u5783\u573e\uff0c\u51c6\u5907\u6254\u8d70\uff0c\u4f46\u662f\u6361\u8d77\u6765\u4e00\u6478\u53d1\u89c9\u4e0d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6823"};
      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 () { 
          }
      });
  });
}