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=3920&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: 1762265500,
    nonceStr: 'mjitglUvXViSpQMn',
    signature: '86817bec5afc0571eceb0edeefc1fa5f5f8e636b',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u8363\u83b7\u5b5d\u611f\u5e02\u201c\u65e0\u507f\u732e\u8840\u4fc3\u8fdb\u5956 \u201d\u8363\u8a89\u79f0\u53f7","smalltext":" \u8fd1\u65e5\uff0c\u5b5d\u611f\u5e02\u516c\u6c11\u732e\u8840\u59d4\u5458\u4f1a\u3001\u5b5d\u611f\u5e02\u7ea2\u5341\u5b57\u3001\u5b5d\u611f\u5e02\u59d4\u6587\u660e\u529e\u8054\u5408\u5370\u53d1\u901a\u77e5\uff0c\u8868\u5f702018-2019\u5e74\u5ea6\u5168\u5e02\u65e0\u507f\u732e\u8840\u5148\u8fdb\u5355\u4f4d\u548c\u5148\u8fdb\u4e2a\u4eba\u3002\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u8363\u83b7\u201c\u65e0\u507f\u732e\u8840\u4fc3\u8fdb\u5956\u201d\u8363\u8a89\u79f0\u53f7","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3920"};
      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 () { 
          }
      });
  });
}