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=4755&classid=11&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: 1761867967,
    nonceStr: 'WQyeZI6AVu3MO955',
    signature: '2079f44090a5225dc1e124e2bf3533a1aced2a5c',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u9f13\u697c\u533b\u9662-\u4eba\u6587\u8001\u5e74\u79d1\u521d\u5fc3\u7cfb\u6851\u6986\uff0c\u6e29\u60c5\u6696\u5915\u9633","smalltext":"\u5357\u4eac\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u9f13\u697c\u533b\u9662\u8001\u5e74\u533b\u5b66\u79d1306\u75c5\u533a\u62a4\u7406\u56e2\u961f\u662f\u4ee5\u8001\u5e74\u5fc3\u8840\u7ba1\u3001\u8001\u5e74\u547c\u5438\u7cfb\u7edf\u4e9a\u4e13\u79d1\u62a4\u7406\u4e3a\u4e3b\u7684\u4e34\u5e8a\u62a4\u7406\u79d1\u5ba4\uff0c\u73b0\u5171\u6709\u533b\u62a4\u4eba\u545825\u4eba\uff0c\u5e73\u5747\u5e74\u9f8430\u5c81\uff1b\u5176\u4e2d35\u5c81\u4ee5\u4e0b22\u4eba\uff0c\u536088%\uff1b\u672c","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4755"};
      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 () { 
          }
      });
  });
}