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=4470&classid=24&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: 1762249671,
    nonceStr: 'LaTJcNuQFTE53JYU',
    signature: 'f87ad5625c3698f05f921d883fd4a6cfe3212166',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u7406\u4e8b\u957f\u96f7\u5fd7\u52c7\u5c06\u519b\u57282019\u5e74\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u54c1\u724c\u5cf0\u4f1a\u7684\u8bb2\u8bdd","smalltext":"\u4eca\u5929\uff0c\u56db\u65b9\u597d\u53cb\u516b\u65b9\u8d24\u8fbe\u76f8\u805a\u5e38\u5dde\uff0c\u5171\u8bae\u4eba\u6587\uff0c\u5171\u5546\u53d1\u5c55\uff0c\u8fd9\u662f\u4e00\u4ef6\u975e\u5e38\u6709\u610f\u4e49\u7684\u559c\u4e8b\uff01\u4e5f\u662f\u4e2d\u56fd\u536b\u751f\u5065\u5eb7\u754c\u7684\u4e00\u4ef6\u5927\u4e8b\uff01\u5728\u6b64\uff0c\u6211\u4ee3\u8868\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u5bf9\u5404\u4f4d\u5609\u5bbe\u3001\u5404\u4f4d\u670b\u53cb\u7684\u8385\u4e34\u652f\u6301\u81f4\u4ee5\u6700\u8bda","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=24&id=4470"};
      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 () { 
          }
      });
  });
}