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=3725&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: 1762266014,
    nonceStr: 'TIj8ij1cFfSh6QuE',
    signature: '32ba357a0320deb37f27dadb909924ab7924cd84',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6328\u5bb6\u6328\u6237\u770b\u671b\u5fc3\u91cc\u6700\u201c\u60e6\u8bb0\u201d\u7684\u4eba","smalltext":"\u53cc\u8282\u671f\u95f4\uff0c\u4e3a\u5207\u5b9e\u628a\u5173\u6000\u548c\u6e29\u6696\u9001\u7ed9\u5305\u4fdd\u5bf9\u8c61\u7684\u5fc3\u574e\u4e0a\uff0c\u6566\u5316\u5e02\u533b\u9662\u515a\u59d4\u6210\u5458\u6df1\u5165\u7ff0\u7ae0\u4e61\u6c38\u5bcc\u6751\u5305\u4fdd\u5bf9\u8c61\u5bb6\u4e2d\uff0c\u5f00\u5c55\u4e2d\u79cb\u8282\u8d70\u8bbf\u6170\u95ee\u6d3b\u52a8\uff0c\u6328\u5bb6\u6328\u6237\u4e3a\u4ed6\u4eec\u9001\u53bb\u8282\u65e5\u7684\u795d\u798f\u3002\u4ed6\u4eec\u5148\u540e\u5230\u5305\u4fdd\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3725"};
      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 () { 
          }
      });
  });
}