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=5579&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: 1761871677,
    nonceStr: 'upZpRgCuGRFvBFcY',
    signature: 'd5563c25144b2539e70fdc3610b653bc55149512',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u3010\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u4f1a\u5458\u90e8\u901a\u77e5\u3011\u7f34\u7eb3\u4f1a\u8d39\u901a\u77e5","smalltext":"2022\u5e74\u5df2\u7533\u8bf7\u5165\u4f1a\u7684230\u4eba\uff08\u540d\u5355\u9644\u540e\uff09\u53ca2023\u5e74\u65b0\u7533\u8bf7\u5165\u4f1a\u7684\u4e2a\u4eba\u4f1a\u5458\uff08\u540d\u5355\u9644\u540e\uff09\uff0c\u6839\u636e\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u89c4\u5b9a\uff0c\u8bf7\u6309\u5982\u4e0b\u8981\u6c42\u7f34\u7eb3\u4f1a\u8d39\u3002\u4e00\u3001\u4e2a\u4eba\u4f1a\u5458\u6309200\u5143\/\u5c4a\uff082023-2027 \u7406\u8bba\u4e0a\u6362\u5c4a\u524d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5579"};
      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 () { 
          }
      });
  });
}