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=3577&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: 1762265909,
    nonceStr: '3zUrXDCTmp33b6eL',
    signature: '8bb4a9d5ed46d1c8e327576168e23b1338fde15a',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202008\/425ea746237fe6745a49ea61288586a3.jpg","title":"\u5e7f\u4e1c\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u5987\u5973\u513f\u7ae5\u533b\u9662\uff1a\u533b\u5e08\u8282\u7cfb\u5217\u6d3b\u52a8\u66a8\u300a\u987a\u5fb7\u5fc3 \u5987\u5e7c\u60c5\u300b\u65b0\u4e66\u9996\u53d1\u4eea\u5f0f\u5706\u6ee1\u843d\u5e55","smalltext":"8\u67088\u65e5\u4e0b\u5348\uff0c\u5e7f\u4e1c\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u5987\u5973\u513f\u7ae5\u533b\u9662\u5728\u987a\u5fb7\u6f14\u827a\u4e2d\u5fc3\u4e3e\u884c\u4e3b\u9898\u4e3a\u201c\u5f18\u626c\u6297\u75ab\u7cbe\u795e \u5e87\u62a4\u5987\u5b7a\u5b89\u5eb7\u201d\u533b\u5e08\u8282\u7cfb\u5217\u6d3b\u52a8\u66a8\u300a\u987a\u5fb7\u5fc3 \u5987\u5e7c\u60c5\u300b\u65b0\u4e66\u9996\u53d1\u4eea\u5f0f\u3002\u5e7f\u4e1c\u533b\u79d1\u5927\u5b66\u515a\u59d4\u5e38\u59d4\u3001","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3577"};
      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 () { 
          }
      });
  });
}