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=3752&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: 1762248596,
    nonceStr: 'f7aDRmPsvj262X1A',
    signature: '9f9d24344744a79314f268cfa51aaa756e5e3370',
    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\u65b0\u8fdb\u5c55\uff01\u5357\u4eac\u5927\u5b66\u5728\u82cf\u65b0\u589e\u4e00\u4e34\u5e8a\u5b66\u9662","smalltext":"10\u670820\u65e5\u4e0b\u5348\uff0c\u201c\u5357\u4eac\u5927\u5b66\u533b\u5b66\u9662\u82cf\u5dde\u79d1\u6280\u57ce\u4e34\u5e8a\u5b66\u9662\u201d\u5728\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u63ed\u724c\u3002\u5357\u4eac\u5927\u5b66\u515a\u59d4\u5e38\u59d4\u3001\u526f\u6821\u957f\u3001\u533b\u5b66\u9662\u9662\u957f\u5f20\u5cfb\u5cf0\u4e0e\u82cf\u5dde\u9ad8\u65b0\u533a\u515a\u5de5\u59d4\u59d4\u5458\u3001\u5ba3\u4f20\u90e8\u90e8\u957f\u6731\u595a\u7ea2\u5206\u522b\u4ee3\u8868","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3752"};
      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 () { 
          }
      });
  });
}