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=2763&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: 1762228994,
    nonceStr: 'WPEwDuqZvls0aEOq',
    signature: 'd1185fe9dac84d62cb41952398ff41d8a9d2bee7',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u534e\u5c71\u533b\u9662\u6797\u6021\uff1a\u6625\u98ce\u5316\u96e8\uff0c\u6253\u9020\u4eba\u6587\u60c5\u6000","smalltext":"\u6797\u6021\uff0c\u5973\uff0c\u4e2d\u5171\u515a\u5458\u3002\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u534e\u5c71\u533b\u9662\u7cbe\u795e\u6587\u660e\u529e\u517c\u533b\u52a1\u793e\u5de5\u90e8\u4e3b\u4efb\uff0c\u4e0a\u6d77\u5e02\u884c\u98ce\u4fc3\u8fdb\u4f1a\u526f\u79d8\u4e66\u957f\u3001\u4e0a\u6d77\u5e02\u5fd7\u613f\u8005\u534f\u4f1a\u4f1a\u5458\u3002\u4e8e2011\u5e74\u8d77\u62c5\u4efb\u7cbe\u795e\u6587\u660e\u529e\u548c\u533b\u52a1\u793e\u5de5\u90e8\u4e3b\u4efb\uff0c\u4ece\u4e8b\u533b\u9662\u7cbe","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2763"};
      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 () { 
          }
      });
  });
}