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=3676&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: 1762265916,
    nonceStr: '5bb1N622crLFfHID',
    signature: '96fa16ae9a840933c9347b484e38a70f7b26f54b',
    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\u6709\u6548\u6c9f\u901a  \u533b\u60a3\u66f4\u6e29\u99a8","smalltext":"\u201c\u674e\u53d4\uff0c\u8bf7\u50cf\u6211\u8fd9\u6837\u6d3b\u52a8\u4e00\u4e0b\u4f60\u7684\u624b\u6307\uff0c\u884c\u5417\uff1f\u201d \u201c\u597d\u7684\uff0c\u4f60\u770b\u8fd9\u6837\u8fd8\u5408\u683c\u5417\uff1f\u201d\u5728\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u9aa8\u79d1\u5c0f\u674e\u62a4\u58eb\u7684\u6307\u5bfc\u4e0b\uff0c\u674e\u53d4\u7684\u624b\u6307\u529f\u80fd\u9010\u6e10\u6062\u590d\uff0c\u6bcf\u5929\u8bad\u7ec3\u5b8c\u540e\uff0c\u4ed6\u4eec\u90fd\u4f1a\u6765\u4e00\u4e2a\u53cc\u624b\u5408\u5341\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3676"};
      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 () { 
          }
      });
  });
}