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=3952&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: 1762248181,
    nonceStr: 'h4XcqVsWTofxespt',
    signature: '030e91ac85910dae8bfd7b83b159ff88c9f830df',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u7528\u597d\u5c0f\u5e73\u53f0  \u5f53\u597d\u5987\u5e7c\u201c\u9886\u8def\u4eba\u201d","smalltext":"\u201c\u8c22\u8c22\u590f\u4e3b\u4efb\uff0c\u8c22\u8c22\u6768\u8001\u5e08\uff0c\u662f\u60a8\u4eec\u2018\u5c0f\u8c2d\u533b\u751f\u2019\u8fd9\u4e2a\u6296\u97f3\u3001\u5fae\u4fe1\u89c6\u9891\u53f7\u89e3\u51b3\u4e86\u56f0\u6270\u6211\u51e0\u5341\u5e74\u7684\u5927\u95ee\u9898\uff0c\u73b0\u5728\u6211\u7ec8\u4e8e\u53ef\u4ee5\u544a\u8bc9\u6211\u7684\u4eb2\u4eba\u548c\u670b\u53cb\u4e86\uff0c\u51fa\u95e8\u518d\u4e5f\u4e0d\u7528\u5148\u627e\u5148\u536b\u751f\u95f4\u5566\uff01\u201d1\u670816\u65e5\u4e0a\u5348\uff0c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3952"};
      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 () { 
          }
      });
  });
}