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=5105&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: 1762233733,
    nonceStr: 'daKINWSjsU53OBfM',
    signature: '27f19696c9c327243bf9d8c656db770a7bd958dd',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202112\/becd493622a93a93517944a8c306c7ca.jpg","title":"[\u516c\u544a]2021\u5e74\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u59d4\u5458\u8ff0\u804c\u6d3b\u52a8\u5f00\u59cb\uff0c\u8bf7\u60a8\u6293\u7d27\u65f6\u95f4","smalltext":"\u6309\u7167\u60ef\u4f8b\uff0c\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u59d4\u5458\u7684\u5e74\u5ea6\u8ff0\u804c\u5de5\u4f5c\u5f00\u59cb\uff0c\u8bf7\u5927\u5bb6\u6293\u7d27\u65f6\u95f4\u586b\u5199\uff01\uff082022\u5e741\u670812\u65e5\u622a\u6b62\uff09\u5728\u5176\u4f4d\uff0c\u8c0b\u5176\u4e8b\u3002\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u662f\u4e00\u4e2a\u5927\u5bb6\u5f00\u5fc3\u4ea4\u6d41\u7684\u5b66\u672f\u56e2\u961f\uff0c\u8ff0\u804c\u662f\u4e13\u59d4\u4f1a\u5404\u4f4d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5105"};
      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 () { 
          }
      });
  });
}