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=5214&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: 1762241930,
    nonceStr: 'TqnEzrovDIykfpGP',
    signature: '80ef9dcc8a5e2ed4ad91158567f898fb5c503810',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5378\u4e0b8\u5e74\u201c\u5305\u88b1\u201d  \u8001\u5aaa\u627e\u56de\u81ea\u4fe1","smalltext":"\u201c\u4f60\u770b\uff0c\u6211\u73b0\u5728\u80fd\u5927\u5927\u65b9\u65b9\u8d70\u8def\u4e86\uff0c\u518d\u4e5f\u4e0d\u6015\u522b\u770b\u89c1\uff0c\u4ee5\u524d\u6709\u4e2a\u2018\u5305\u88b1\u2019\uff0c\u8d70\u8def\u5077\u5077\u6478\u6478\uff0c\u751f\u6015\u88ab\u522b\u4eba\u770b\u89c1\uff0c\u7b11\u8bdd\u6211\uff0c\u5982\u4eca\uff0c\u6ca1\u4e86\u2018\u5305\u88b1\u2019\uff0c\u6211\u4e00\u4e0b\u5b50\u7cbe\u795e\u4e86\uff0c\u4e5f\u627e\u56de\u4e86\u5148\u524d\u7684\u81ea\u4fe1......\u201d3\u67081\u65e5\uff0c\u5728\u56db\u5ddd\u7701","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5214"};
      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 () { 
          }
      });
  });
}