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=4126&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: 1762229817,
    nonceStr: 'GQ08xVVt1N86KIYA',
    signature: '4ff54e01d317bdfc95f633af041c63966b623206',
    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\u7cbe\u51c6\u6276\u8d2b\u518d\u51fa\u53d1","smalltext":"2021\u5e742\u670825\u65e5\u4e0a\u5348\uff0c\u5168\u56fd\u8131\u8d2b\u653b\u575a\u603b\u7ed3\u8868\u5f70\u5927\u4f1a\u5728\u5317\u4eac\u9686\u91cd\u4e3e\u884c\u3002\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u5411\u4e16\u754c\u5e84\u4e25\u5ba3\u544a\u2014\u2014\u7ecf\u8fc7\u5168\u515a\u5168\u56fd\u5404\u65cf\u4eba\u6c11\u5171\u540c\u52aa\u529b\uff0c\u5728\u8fce\u6765\u4e2d\u56fd\u5171\u4ea7\u515a\u6210\u7acb\u4e00\u767e\u5468\u5e74\u7684\u91cd\u8981\u65f6\u523b\uff0c\u6211\u56fd\u8131","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4126"};
      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 () { 
          }
      });
  });
}