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=3792&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: 1762248544,
    nonceStr: 'imHaGyV5AB3RSiOk',
    signature: '018178f537f937a290b76bef35401d09a00c3851',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u526f\u79d8\u4e66\u957f\u5f20\u65ed\uff1a\u611f\u8c22\u56e0\u4e3a\u533b\u5b66\u4eba\u6587\u8ba9\u6211\u4eec\u76f8\u9047\uff0c\u76f8\u77e5\uff0c\u76f8\u60dc","smalltext":"2020 \u4e2d\u56fd\u533b\u9662\u4eba\u6587\u54c1\u724c\u5cf0\u4f1a\uff08\u5e7f\u897f\u67f3\u5dde\uff09\u662f\u4e00\u6b21\u96be\u5fd8\u7684\u4f1a\u8bae\uff0c\u4e00\u6b21\u8ba9\u4eba\u611f\u609f\u826f\u4e45\u7684\u4eba\u751f\u7ecf\u5386\uff0c\u4e00\u6b21\u503c\u5f97\u54c1\u5473\u7684\u4eba\u751f\u8f68\u8ff9\u3002\u611f\u8c22\u56e0\u4e3a\u533b\u5b66\u4eba\u6587\u8ba9\u6211\u4eec\u76f8\u9047\uff0c\u76f8\u77e5\uff0c\u76f8\u60dc\u2026\u2026\u4e2d\u56fd\u533b\u5b66\u4eba\u6587\u524d\u8f88\u9ad8\u91d1\u58f0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3792"};
      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 () { 
          }
      });
  });
}