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=4761&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: 1761868340,
    nonceStr: 'eDotodpKz2ucgoiL',
    signature: 'ac38c74767ad389bb8ea2e81bee23ffbc16f6be8',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u53f0\u5dde\u5e02\u80bf\u7624\u533b\u9662-\u6253\u9020\u6709\u54c1\u8d28\u6709\u6e29\u5ea6\u7684\u6696\u5fc3\u533b\u7597","smalltext":"\u56db\u5e74\u524d\uff0c\u4e2d\u56fd\u79d1\u5b66\u9662\u5927\u5b66\u9644\u5c5e\u80bf\u7624\u533b\u9662\uff08\u6d59\u6c5f\u7701\u80bf\u7624\u533b\u9662\uff09\u4e0e\u6e29\u5cad\u5e02\u4eba\u6c11\u653f\u5e9c\u7b7e\u7f72\u534f\u8bae\uff0c\u5168\u9762\u6258\u7ba1\u53f0\u5dde\u5e02\u80bf\u7624\u533b\u9662\uff08\u66a8\u6e29\u5cad\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff09\uff0c\u5e76\u6302\u724c\u6210\u7acb\u6d59\u6c5f\u7701\u80bf\u7624\u533b\u9662\u53f0\u5dde\u9662\u533a\u3002\u5982\u4eca\uff0c\u8fd9\u573a\u5408\u4f5c\u9879","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4761"};
      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 () { 
          }
      });
  });
}