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=2726&classid=12&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: 1762229936,
    nonceStr: 'zySSGStZJNYaf6HU',
    signature: '7df74f6370633de85cab2878a4d502e8d28a31c6',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u5b81\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u6731\u8302\u7075\uff1a\u503e\u5fc3\u5987\u5e7c \u6e29\u6da6\u5982\u521d","smalltext":"\u201c\u804c\u5de5\u6ee1\u610f\u4e86\uff0c\u75c5\u4eba\u624d\u4f1a\u611f\u5230\u6e29\u6696\uff0c\u80fd\u8ba9\u75c5\u4eba\u6ee1\u610f\u7684\u533b\u9662\u624d\u662f\u6709\u6e29\u5ea6\u7684\u533b\u9662\u3002\u4eba\u6587\u5173\u7231\u662f\u533b\u5b66\u7684\u57fa\u7840\uff0c\u533b\u9662\u7684\u4eba\u6587\u5efa\u8bbe\u65e0\u6b62\u5883\uff0c\u6c38\u8fdc\u5728\u8def\u4e0a\u2026\u2026\u201d\u8fd9\u662f\u5357\u5b81\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u9662\u957f\u6731\u8302\u7075\u7684\u4e00\u53e5\u8bdd\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2726"};
      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 () { 
          }
      });
  });
}