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=3633&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: 1762266000,
    nonceStr: 'kYv4lv4mdjLrKEVM',
    signature: '3739c380b46be6ac34033150cc5524ffe28cd2e7',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u6210\u4e3a\u5168\u7701\u552f\u4e00\u4e00\u4e2a\u53bf\u7ea7\u5e02\u4e09\u7ea7\u4e59\u7b49\u4e2d\u533b\u9662","smalltext":"    2020\u5e748\u670819\u65e5\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u4e09\u7ea7\u4e59\u7b49\u4e2d\u533b\u9662\u63ed\u724c\u4eea\u5f0f\u9686\u91cd\u4e3e\u884c\uff0c\u8fd9\u6807\u5fd7\u7740\u6566\u5316\u5e02\u62e5\u6709\u4e86\u66f4\u9ad8\u8d28\u91cf\u3001\u66f4\u9ad8\u6c34\u5e73\u7684\u7efc\u5408\u533b\u9662\uff0c\u8fd9\u4e0d\u4ec5\u662f\u6566\u5316\u5e02\u4e2d\u533b\u9662\u53d1\u5c55\u53f2\u4e0a\u4e00\u4e2a\u91cd\u8981\u7684\u91cc\u7a0b\u7891\uff0c\u4e5f\u662f\u5168\u5e02\u536b\u751f\u5065\u5eb7\u4e8b\u4e1a\u53d1\u5c55\u53f2\u4e0a\u6d53\u58a8\u91cd\u5f69\u7684\u4e00\u7b14\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3633"};
      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 () { 
          }
      });
  });
}