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=3540&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: 1762266002,
    nonceStr: 'x2j7rxeaLYNhmmW1',
    signature: '688fe5ae975d5d6b9c659e70855c231f73a5ca9b',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/05e5dfe8e782b090a371c46fd3ac0243.jpg","title":"\u6b66\u6c49\u4e9a\u6d32\u5fc3\u810f\u75c5\u533b\u9662\uff1a\u4e16\u754c\u9886\u5148\uff01\u4e9a\u5fc3\u533b\u751f\u8fd0\u7528ECMO\u5e73\u590d\u201c\u75af\u72c2\u201d\u7684\u5fc3\u8df3","smalltext":"\u6b63\u5e38\u4eba\u7684\u5fc3\u8df3\u662f60-100\u6b21\/\u5206\u949f\uff0c\u800c\u5e74\u8fc7\u516d\u65ec\u7684\u738b\u5973\u58eb\u7684\u5fc3\u8df3\u5374\u5f88\u201c\u75af\u72c2\u201d\uff0c\u5e38\u5e38\u8df3\u5230200\u6b21\/\u5206\u949f\uff0c\u836f\u7269\u4e5f\u65e0\u6cd5\u63a7\u5236\uff0c\u201c\u75af\u72c2\u201d\u7684\u5fc3\u8df3\u8ba9\u5979\u968f\u65f6\u5904\u4e8e\u6fd2\u6b7b\u7684\u8fb9\u7f18\u3002\u800c\u5979\u66fe\u7ecf\u63a5\u53d7\u8fc7\u6025\u6027\u5fc3\u6897\u624b\u672f\uff0c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3540"};
      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 () { 
          }
      });
  });
}