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=4033&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: 1762229931,
    nonceStr: 'Zfh2VVGfS9xXesw2',
    signature: 'f977aab91b3e4ae121104b5cdbba14096d9640fc',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662:\u81ea\u5f3a\u594b\u8fdb\u521b\u5353\u8d8a \u52e0\u529b\u540c\u5fc3\u542f\u65b0\u7bc7","smalltext":"2020\u5e74\uff0c\u9762\u5bf9\u7a81\u5982\u5176\u6765\u7684\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\uff0c\u5168\u56fd\u5404\u5730\u533b\u7597\u673a\u6784\u4ea7\u79d1\u5206\u5a29\u91cf\u548c\u513f\u7ae5\u5c31\u8bca\u91cf\u5747\u6025\u5267\u4e0b\u6ed1\uff0c\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u575a\u6301\u56f4\u7ed5\u56fd\u5bb6\u5987\u5e7c\u536b\u751f\u5de5\u4f5c\u65b9\u9488\uff0c\u575a\u6301\u516c\u76ca\u6027\uff0c\u624e\u5b9e\u63a8\u8fdb\u5987\u5e7c\u5065\u5eb7\u670d\u52a1\u9879\u76ee,","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4033"};
      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 () { 
          }
      });
  });
}