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=4177&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: 1762228992,
    nonceStr: 'pFbo6KxuRFoHeLUd',
    signature: '257ca41bef764adf89c8547a05d9073f59d11fd3',
    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\u63a8\u884c\u62a4\u58eb\u7761\u7720\u65e5  \u8ba9\u62a4\u58eb\u7761\u4e2a\u597d\u89c9","smalltext":"\u804c\u573a\u5feb\u8282\u594f\u8ba9\u533b\u52a1\u4eba\u5458\u9762\u4e34\u7684\u538b\u529b\u4e0d\u65ad\u589e\u52a0\uff0c\u5bf9\u62a4\u58eb\u6765\u8bf4\uff0c\u591c\u73ed\u66f4\u662f\u56f0\u6270\u62a4\u58eb\u4eec\u7684\u201c\u5fc3\u5934\u75db\u201d\u3002\u4e00\u65b9\u9762\uff0c\u75c5\u4eba\u9700\u8981\u62a4\u58eb\u65e5\u591c\u5b88\u62a4\uff0c\u53e6\u4e00\u65b9\u9762\uff0c\u62a4\u58eb\u591a\u4e3a\u5973\u6027\uff0c\u968f\u7740\u5e74\u9f84\u589e\u957f\u4ee5\u53ca\u957f\u671f\u591c\u73ed\u5bf9\u673a\u4f53\u5185\u5206","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4177"};
      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 () { 
          }
      });
  });
}