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=4754&classid=11&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: 1761868983,
    nonceStr: 'a3bRqcAfPFR4KB3C',
    signature: '3d4278a1d8d20d1b1816e179780206db993e0c99',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u7b2c\u4e00\u5987\u5a74\u4fdd\u5065\u9662-\u6ce8\u91cd\u533b\u60a3\u4eba\u6587\u5173\u6000\uff0c\u6253\u9020\u6e29\u6696\u7684\u751f\u6b96\u4e00\u79d1","smalltext":"\u4e0a\u6d77\u5e02\u7b2c\u4e00\u5987\u5a74\u4fdd\u5065\u9662\u8f85\u52a9\u751f\u6b96\u533b\u5b66\u79d1\u4e8e2006\u5e74\u901a\u8fc7\u56fd\u5bb6\u536b\u751f\u90e8\u5ba1\u6279\uff0c\u662f\u4e0a\u6d77\u5e02\u6700\u65e9\u5f00\u5c55\u8f85\u52a9\u751f\u6b96\u6280\u672f\u7684\u673a\u6784\u4e4b\u4e00\uff0c\u76ee\u524d\u5f00\u5c55\u4f53\u5916\u53d7\u7cbe-\u80da\u80ce\u79fb\u690d\uff08IVF-ET\uff09\u3001\u5375\u80de\u6d46\u5185\u5355\u7cbe\u5b50\u6ce8\u5c04(ICSI)\u3001\u690d","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4754"};
      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 () { 
          }
      });
  });
}