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=4466&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: 1762249672,
    nonceStr: '09fSFU1yDtXrejRG',
    signature: '66fd14c85ffa2943a424331d3905d7ee1fdecf73',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u3010\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u63ed\u79d8\u4e03\u3011\u5357\u8154\uff0c\u5317\u8c03\uff0c\u4f60\u66f4\u7231\u54ea\u4e00\u6b3e\uff1f","smalltext":"4\u670827-29\u65e5\uff0c\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8424\u706b\u866b\u8ba1\u5212\u66a82021\u5e74\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u6d3b\u52a8\u7684\u51b3\u8d5b\u5c06\u5728\u6210\u90fd\u76db\u5927\u5f00\u542f\u3002\u5c4a\u65f6\uff0c\u6765\u81ea\u5168\u56fd\u5404\u5730\u768436\u5f3a\u53c2\u8d5b\u5355\u4f4d\u5c06\u5728\u84c9\u57ce\u4e00\u51b3\u9ad8\u4e0b\uff0c\u767e\u5f3a\u5355\u4f4d\u4e5f\u5c06\u5728\u73b0\u573a\u9886\u53d6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=24&id=4466"};
      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 () { 
          }
      });
  });
}