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=6851&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: 1761891312,
    nonceStr: 'AxUallhyPYIm86SN',
    signature: 'ed4a59c61421413686479754a408fc80d0f41925',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u73cd\u7231\u4e00\u8def\u6709\u60a8\uff0c\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u5e74\u5ea6\u603b\u7ed3\u53ca\u8ba1\u5212","smalltext":"\u5728\u5404\u4f4d\u670b\u53cb\u7684\u5173\u6ce8\u652f\u6301\u53c2\u4e0e\u4e4b\u4e0b\uff0c\u5341\u4e8c\u5e74\u6765\uff0c\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u548c\u60a8\u6301\u7eed\u63a8\u8fdb\u533b\u9662\u4eba\u6587\u5efa\u8bbe\uff0c\u4e00\u8def\u8015\u8018\u4e00\u8def\u6536\u83b7\u3002\u5728\u5927\u5bb6\u7684\u5171\u540c\u52aa\u529b\u4e0b\uff0c\u521a\u521a\u8fc7\u53bb\u7684\u4e00\u5e74\uff0c\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u7ee7\u7eed\u7f16\u64b0\u53d1\u5e03\u4e86","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6851"};
      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 () { 
          }
      });
  });
}