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=5171&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: 1762233496,
    nonceStr: 'Q8Bx8G5nVriA827a',
    signature: '7d3ebcac3db946f32a1cf3a77ed3e2d9cc75982c',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202303\/9af90b230c5c78f042cf963b1d519289.jpg","title":"\u4e2d\u56fd\u533b\u9662\u7ba1\u7406\u7684\u5965\u8fd0\u4f1a\uff012023\u5e74\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u62a5\u540d\uff0c\u4e07\u5143\u73b0\u91d1\u5927\u5956\u7b49\u60a8","smalltext":"\u5173\u4e8e\u5f00\u5c55\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8424\u706b\u866b\u8ba1\u5212\u66a82022\u5e74\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u7684\u901a\u77e5 \u5404\u533b\u7597\u536b\u751f\u673a\u6784\u53ca\u76f8\u5173\u5355\u4f4d\uff1a    \u4e3a\u8d2f\u5f7b\u843d\u5b9e\u300a\u56fd\u52a1\u9662\u529e\u516c\u5385\u5173\u4e8e\u5efa\u7acb\u73b0\u4ee3\u533b\u9662\u7ba1\u7406\u5236\u5ea6\u7684\u6307\u5bfc\u610f\u89c1\u300b\uff08\u56fd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5171"};
      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 () { 
          }
      });
  });
}