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=4767&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: 1761869627,
    nonceStr: 'tpNU7dbNsMiAYaR3',
    signature: '1d72684d0e243daca9fc82b28e1a1a87be8b6d82',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u76d8\u9526\u8fbd\u6cb9\u5b9d\u77f3\u82b1\u533b\u9662-\u6253\u9020\u6709\u6e29\u5ea6\u7684\u4eba\u6587\u533b\u9662","smalltext":"\u76d8\u9526\u8fbd\u6cb9\u5b9d\u77f3\u82b1\u533b\u9662\u59cb\u5efa\u4e8e1970\u5e74\uff0c\u5750\u843d\u4e8e\u8fbd\u5b81\u76d8\u9526\uff0c1994\u5e74\uff0c\u88ab\u8bc4\u4e3a\u76d8\u9526\u5e02\u9996\u4e2a\u56fd\u5bb6\u201c\u4e09\u7ea7\u7532\u7b49\u533b\u9662\u201d\uff0c\u662f\u76d8\u9526\u5730\u533a\u533b\u7597\u670d\u52a1\u3001\u79d1\u7814\u521b\u65b0\u3001\u4eba\u624d\u57f9\u517b\u7684\u91cd\u8981\u652f\u6491\u529b\u91cf\u3002\u4e00\u5e74\u6765\uff0c\u533b\u9662\u79c9\u627f\u201c\u767e\u59d3","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4767"};
      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 () { 
          }
      });
  });
}