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=3975&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: 1762249386,
    nonceStr: 'S2TzaXL9l6hCS1mf',
    signature: 'a740215d0dfe6033c99923e8eadada81770fda54',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u9632\u75ab\u52c7\u6311\u91cd\u62c5\uff0c\u5dfe\u5e3c\u4e0d\u8ba9\u987b\u7709","smalltext":"\u56fd\u5185\u8fd1\u671f\u591a\u5730\u9646\u7eed\u51fa\u73b0\u65b0\u51a0\u80ba\u708e\u6563\u53d1\u75c5\u4f8b\u548c\u805a\u96c6\u6027\u75ab\u60c5\uff0c\u4e3a\u5f3a\u5316\u5404\u7c7b\u91cd\u70b9\u4eba\u7fa4\u7ba1\u63a7\u63aa\u65bd\uff0c\u51e4\u51f0\u53f0\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u9ad8\u5ea6\u91cd\u89c6\uff0c\u901a\u8fc7\u8c03\u6574\u5145\u5b9e\u3001\u914d\u9f50\u914d\u5f3a\u4e2d\u5fc3\u75ab\u60c5\u9632\u63a7\u4eba\u5458\u529b\u91cf\uff0c\u786e\u4fdd\u4ee5\u6700\u77ed\u65f6\u95f4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3975"};
      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 () { 
          }
      });
  });
}