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=5359&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: 1762265904,
    nonceStr: 'zlibih0H7spzY8iU',
    signature: '6cfb5af1e06583b2980284fc6f7ebca3cb69a6b2',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7709\u5c71\u5e02\u5f6d\u5c71\u533a\u4eba\u6c11\u533b\u9662\uff1a\u6211\u7684\u5b88\u201c\u6caa\u201d\u6545\u4e8b","smalltext":" 2022\u5e743\u6708\u5e95\uff0c\u7ee7\u5409\u6797\u65b0\u51a0\u75ab\u60c5\u7206\u53d1\u540e\uff0c\u4e0a\u6d77\u4e5f\u6ca6\u9677\u4e86\u3002\u6b64\u6b21\u4e0a\u6d77\u75ab\u60c5\u7531\u65b0\u51a0\u75c5\u6bd2\u7684\u53d8\u5f02\u6bd2\u682a\u5965\u5bc6\u514b\u620e\u5f15\u53d1\u30024\u67082\u65e5\u6df1\u591c\uff0c\u7709\u5c7120\u540d\u6838\u9178\u68c0\u6d4b\u4eba\u5458\u63a5\u5230\u63f4\u6caa\u5f81\u4ee4\u30024\u67083\u65e5\u4e0a\u5348\uff0c\u56db\u5ddd204\u540d\u63f4\u6caa","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5359"};
      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 () { 
          }
      });
  });
}