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=3705&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: 1762265917,
    nonceStr: 'bazGI45bxB7QDk6U',
    signature: 'efe7383b94eb446b4311674dad9d081b9c2cd924',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u4e2d\u533b\u836f\u5927\u5b66\uff1a\u4f55\u88d5\u6c11\u56e2\u961f\u52aa\u529b\u6253\u9020\u8ba4\u77e5\u75c7\u5e72\u9884\u201c\u6c5f\u9634\u6a21\u5f0f\u201d","smalltext":"\u5728\u201c\u4e16\u754c\u963f\u5c14\u8328\u6d77\u9ed8\u75c5\u65e5\u201d\u5230\u6765\u4e4b\u9645\uff0c\u6c5f\u82cf\u7701\u6c5f\u9634\u5e02618\u4f4d\u8ba4\u77e5\u969c\u788d\u60a3\u8005\u81ea9\u670820\u65e5\u5f00\u59cb\u63a5\u53d7\u975e\u836f\u7269\u5e72\u9884\u3002\u8fd9\u662f\u8bb0\u8005\u5f53\u65e5\u4ece2020\u5e74\u9996\u5c4a\u201c\u8ba4\u77e5\u75c7\u53cb\u597d\u793e\u533a\u201d\u9ad8\u5cf0\u8bba\u575b\u66a8\u4e2d\u56fd\u5065\u8bfa\u601d\u533b\u5b66\u7814\u7a76","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3705"};
      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 () { 
          }
      });
  });
}